mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Spelling correction in chvm output
This commit is contained in:
parent
3d88b70d81
commit
71aeb71b85
@ -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..
|
||||
|
Loading…
x
Reference in New Issue
Block a user