change nodelist table schema such that comments and disable are the last attributes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8629 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a55f189a78
commit
67a22c3bec
@ -478,7 +478,7 @@ nodehm => {
|
||||
},
|
||||
},
|
||||
nodelist => {
|
||||
cols => [qw(node groups status statustime appstatus appstatustime primarysn comments disable hidden)],
|
||||
cols => [qw(node groups status statustime appstatus appstatustime primarysn hidden comments disable)],
|
||||
keys => [qw(node)],
|
||||
table_desc => "The list of all the nodes in the cluster, including each node's current status and what groups it is in.",
|
||||
descriptions => {
|
||||
@ -962,7 +962,7 @@ auditlog => {
|
||||
},
|
||||
|
||||
prescripts => {
|
||||
cols => [qw(node begin end comments disable)],
|
||||
cols => [qw(node begin end test comments disable)],
|
||||
keys => [qw(node)],
|
||||
table_desc => 'The scripts that will be run at the beginning and the end of the nodeset(Linux), nimnodeset(AIX) or mkdsklsnode(AIX) command.',
|
||||
descriptions => {
|
||||
|
Loading…
Reference in New Issue
Block a user