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
This commit is contained in:
		| @@ -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" ); | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user