diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index d8b23f2a2..3b78908dd 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -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 # ####################