From 589a2e07f375601a29f5e7626072f7cb7f29fc7c Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 7 May 2010 11:43:51 +0000 Subject: [PATCH] update commment on statelite.image to indicate not used git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6023 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 4c7600e67..e744cbcc8 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -45,7 +45,7 @@ statelite => { table_desc => 'The location on an NFS server where a nodes persistent files are stored. Any file marked persistent in the litefile table will be stored in the location specified in this table for that node.', descriptions => { node => 'The name of the node or group that will use this location.', - image => "The name of the image that will use this location, as specified in the osimage table. If image is not supplied, the default is 'ALL'. 'ALL' means use it for all images.", + image => "Reserved for future development, not used. ", statemnt => "The persistant read/write area where a node's persistent files will be written to, e.g: 10.0.0.1/state/. The node name will be automatically added to the pathname, so 10.0.0.1:/state, will become 10.0.0.1:/state/.", comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.",