From 8e349a7ed6ce85c558ac15b329652d1b0ea384d1 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 15 May 2009 08:54:16 +0000 Subject: [PATCH] nodegroup manpage update for dynamic node group feature git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3390 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 028feee81..d6531ed95 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -271,7 +271,7 @@ networks => { nodegroup => { cols => [qw(groupname grouptype members wherevals comments disable)], keys => [qw(groupname)], - table_desc => 'Not supported yet! Contains group definitions, whose membership is dynamic depending on characteristics of the node.', + table_desc => 'Contains group definitions, whose membership is dynamic depending on characteristics of the node.', descriptions => { groupname => 'Name of the group.', grouptype => 'The only current valid value is dynamic. We will be looking at having the object def commands working with static group definitions in the nodelist table.',