From 111d0ada7762dad6659e48d9696b071b9c65defd Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 2 May 2013 21:56:53 +0000 Subject: [PATCH] Removed code that adds the any node to the "all" group. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16170 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/xcat/plugins/webportal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/xcat/plugins/webportal.pm b/xCAT-UI/xcat/plugins/webportal.pm index f520e5c86..87bd249cb 100644 --- a/xCAT-UI/xcat/plugins/webportal.pm +++ b/xCAT-UI/xcat/plugins/webportal.pm @@ -233,7 +233,7 @@ sub provzlinux { $out = `mkdef -t node -o $node userid=$userid hcp=$hcp mgt=zvm groups=$group`; } else { # Put node in all group - $out = `mkdef -t node -o $node userid=$userid hcp=$hcp mgt=zvm groups=$group,all`; + $out = `mkdef -t node -o $node userid=$userid hcp=$hcp mgt=zvm groups=$group`; } println( $callback, "$out" );