From 02c8edb6024cb9690e7e0038e331c69883a77914 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 3 Dec 2012 17:35:42 +0000 Subject: [PATCH] litefile table must require both keys image and file, keys cannot be null git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14522 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 9808d67e7..6d9f32cc4 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -141,7 +141,7 @@ litetree => { litefile => { cols => [qw(image file options comments disable)], keys => [qw(image file)], - required => [qw(file)], # default type is rw nfsroot + required => [qw(image file)], # default type is rw nfsroot table_desc => 'The litefile table specifies the directories and files on the statelite nodes that should be readwrite, persistent, or readonly overlay. All other files in the statelite nodes come from the readonly statelite image.', descriptions => { image => "The name of the image that will use these files, as specified in the osimage table. 'ALL' means use it for all images.",