From ab2cfba24a08625f49bec1754deeb32c1d798fed Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 11 Feb 2013 22:30:39 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 5993327fe..2cec3f6cd 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -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 => {