diff --git a/perl-xCAT/xCAT/Schema.pm.PCM b/perl-xCAT/xCAT/Schema.pm.PCM index 2c9183d80..4a2dd5353 100644 --- a/perl-xCAT/xCAT/Schema.pm.PCM +++ b/perl-xCAT/xCAT/Schema.pm.PCM @@ -519,7 +519,7 @@ nodehm => { }, }, nodelist => { - cols => [qw(node groups status statustime appstatus appstatustime primarysn hidden updatestatus updatestatustime runningstatus runningstatustime comments disable)], + cols => [qw(node groups status statustime appstatus appstatustime primarysn hidden updatestatus updatestatustime comments disable)], keys => [qw(node)], tablespace =>'XCATTBS32K', table_desc => "The list of all the nodes in the cluster, including each node's current status and what groups it is in.", @@ -534,8 +534,6 @@ nodelist => { hidden => "Used to hide fsp and bpa definitions, 1 means not show them when running lsdef and nodels", updatestatus => "The current node update status. TODO:need to define list of states and state transitions.", updatestatustime => "The date and time when the updatestatus was updated.", - runningstatus => "The current node run status. TODO:need to define list of states and state transitions.", - runningstatustime => "The date and time when the runningstatus was updated.", comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", }, @@ -2187,14 +2185,6 @@ my @nodeattrs = ( {attr_name => 'updatestatustime', tabentry => 'nodelist.updatestatustime', access_tabentry => 'nodelist.node=attr:node', - }, - {attr_name => 'runningstatus', - tabentry => 'nodelist.runningstatus', - access_tabentry => 'nodelist.node=attr:node', - }, - {attr_name => 'runningstatustime', - tabentry => 'nodelist.runningstatustime', - access_tabentry => 'nodelist.node=attr:node', }, {attr_name => 'usercomment', tabentry => 'nodelist.comments',