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:
parent
07fa06c4dc
commit
8253aee359
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user