From ed83a291035da81d503a876569cfeaa3b61f68eb Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 14 Feb 2008 19:49:09 +0000 Subject: [PATCH] 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 --- perl-xCAT-2.0/xCAT/Schema.pm | 4 ++++ 1 file changed, 4 insertions(+) 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 # ####################