2
0
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:
Wai Yee Wong 2022-05-03 11:21:26 -04:00
parent b209ca7ef7
commit f5cd63562e
2 changed files with 2 additions and 2 deletions

View File

@ -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 ();
}
}

View File

@ -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