From 63abcb074bee2550391ae202cbed9ce788164abc Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 15 Jul 2013 17:16:32 +0000 Subject: [PATCH] fix defect 3521 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16980 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 574941075..a31068b2b 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -2555,6 +2555,10 @@ push(@{$defspec{node}->{'attrs'}}, @nodeattrs); tabentry => 'osimage.kitcomponents', access_tabentry => 'osimage.imagename=attr:imagename', }, + {attr_name => 'osimageusercomment', + tabentry => 'osimage.comments', + access_tabentry => 'osimage.imagename=attr:imagename', + }, #################### # linuximage table# ####################