2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-07 00:42:29 +00:00

Merge pull request #7275 from besawn/chvm_typo

Spelling correction in chvm output
This commit is contained in:
besawn
2022-10-28 11:47:17 -04:00
committed by GitHub

View File

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