Small formatting omission fixed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7292 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0986f98b4b
commit
83ee8fa5db
@ -1511,7 +1511,7 @@ sub clonevm {
|
||||
};
|
||||
if ($newvol) {
|
||||
%sourceinfo = %{$newvol->get_info()};
|
||||
xCAT::SvrUtils::sendmsg("Cloning of ".$sourcevol->get_name()." complete (clone uses ".($sourceinfo{allocation}/1048576)." for a disk size of ".($sourceinfo{capacity}/1048576),$callback,$node);
|
||||
xCAT::SvrUtils::sendmsg("Cloning of ".$sourcevol->get_name()." complete (clone uses ".($sourceinfo{allocation}/1048576)." for a disk size of ".($sourceinfo{capacity}/1048576)."MB)",$callback,$node);
|
||||
} else {
|
||||
xCAT::SvrUtils::sendmsg([1,"Cloning of ".$sourcevol->get_name()." failed due to ". $@],$callback,$node);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user