From 6e599eef520a9ab708747bcd981f9251d2b56572 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 23 Jun 2009 05:51:28 +0000 Subject: [PATCH] bug 2806486: With dynimic node group, chdef will change 'members' attr git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3618 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 7014b68a9..7ce32c42f 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -1525,9 +1525,9 @@ sub defch return 1; } - # $grptype = $grphash{$obj}{grouptype}; + $grptype = $grphash{$obj}{grouptype}; # for now all groups are static - $grptype = 'static'; + #$grptype = 'static'; } else { #not defined