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:
parent
8c334f052a
commit
ed83a29103
@ -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 #
|
||||
####################
|
||||
|
Loading…
Reference in New Issue
Block a user