Fix missing mandatory columns in storage table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15141 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-02-11 22:30:39 +00:00
parent c4dc675a87
commit ab2cfba24a

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 => {