From 67a22c3becb0e58d702b49b5b86516c3505ad4a1 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 12 Jan 2011 13:21:56 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a6cdfb9bd..427d06a13 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -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 => {