From dcb6a7115bc3f9406ff60ee620e5bafaa1269554 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 9 Nov 2010 06:29:34 +0000 Subject: [PATCH] fix for bug 3091783: mention node group in the description of nodedep column in deps table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8097 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index e60b3bfdb..11eb4651b 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -302,7 +302,7 @@ deps => { table_desc => 'Describes dependencies some nodes have on others. This can be used, e.g., by rpower -d to power nodes on or off in the correct order.', descriptions => { node => 'The node name or group name.', - nodedep => 'Comma-separated list of nodes it is dependent on.', + nodedep => 'Comma-separated list of nodes or node groups it is dependent on.', msdelay => 'How long to wait between operating on the dependent nodes and the primary nodes.', cmd => 'Comma-seperated list of which operation this dependency applies to.', comments => 'Any user-written notes.',