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.',