Skip to content

Commit

Permalink
Merge pull request #7275 from besawn/chvm_typo
Browse files Browse the repository at this point in the history
Spelling correction in chvm output
  • Loading branch information
besawn committed Oct 28, 2022
2 parents 3d88b70 + 71aeb71 commit 021fffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-server/lib/xcat/plugins/kvm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ sub chvm {
}
if ($cpucount or $memory) {
if ($currstate eq 'on') {
if ($cpucount) { xCAT::SvrUtils::sendmsg([ 1, "Hot add of cpus not supported (VM must be powered down to successfuly change)" ], $callback, $node); }
if ($cpucount) { xCAT::SvrUtils::sendmsg([ 1, "Hot add of cpus not supported (VM must be powered down to successfully change)" ], $callback, $node); }
if ($cpucount) {

#$dom->set_vcpus($cpucount); this didn't work out as well as I hoped..
Expand Down

0 comments on commit 021fffc

Please sign in to comment.