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" );