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
This commit is contained in:
lissav 2012-12-03 17:35:42 +00:00
parent 7805ca64fc
commit 02c8edb602

View File

@ -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.",