added nodelist.status in the defination schema

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@484 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2008-02-14 19:49:09 +00:00
parent 8c334f052a
commit ed83a29103

View File

@ -580,6 +580,10 @@ my @nodeattrs = (
tabentry => 'nodelist.groups',
access_tabentry => 'nodelist.node=attr:node',
description => 'Comma separated list of groups this node belongs to.'},
{attr_name => 'status',
tabentry => 'nodelist.status',
access_tabentry => 'nodelist.node=attr:node',
description => 'Current status of the node. Default value is "defined". Valid values include defined, booting, installing, active, off etc.'},
####################
# hosts table #
####################