mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Further minor changes
This commit is contained in:
parent
b209ca7ef7
commit
f5cd63562e
@ -296,7 +296,7 @@ sub expandatom {
|
||||
if ($row->{groupname} eq $atom) {
|
||||
my $rsp;
|
||||
$rsp->{data}->[0] = "Could not create an object named \'$atom\' of type 'node'. A definition for a group object with the same name already exists.";
|
||||
xCAT::MsgUtils->message("W", $rsp, $::callback);
|
||||
xCAT::MsgUtils->message("E", $rsp, $::callback);
|
||||
return ();
|
||||
}
|
||||
}
|
||||
|
@ -163,7 +163,7 @@ check:rc==1
|
||||
check:output=~A definition for a group object with the same name already exists.
|
||||
check:output=~No object names were provided
|
||||
cmd:mkdef -t node -o tempnode02468,tempgroup13579 groups=tempgroup13579
|
||||
check:rc==0
|
||||
check:rc==1
|
||||
check:output=~A definition for a group object with the same name already exists.
|
||||
check:output=~1 object definitions have been created
|
||||
cmd:rmdef -t node -o tempnode02468
|
||||
|
Loading…
x
Reference in New Issue
Block a user