PCM schema matched to V 0.13 of design doc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13762 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4624ff5fe6
commit
7a4cc33c2a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user