Fix missing mandatory columns in storage table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15144 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-02-12 15:38:28 +00:00
parent 07fa06c4dc
commit 8253aee359

View File

@ -261,7 +261,7 @@ virtsd => {
},
storage => {
cols => [qw(node osvolume)],
cols => [qw(node osvolume comments disable)],
keys => [qw(node)],
table_descr => "Node storage resources",
descriptions => {