From e018ef2e6ba49a3e6594dcc6ee6d533fcd36656b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 28 Aug 2010 01:48:57 +0000 Subject: [PATCH] note to remind myself about the rebase feature git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kvm.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index 78c25331d..8562313ed 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -1512,6 +1512,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)."MB)",$callback,$node); + #TODO: rebase $sourcevol to have a backingStore of $newvol } else { xCAT::SvrUtils::sendmsg([1,"Cloning of ".$sourcevol->get_name()." failed due to ". $@],$callback,$node); return;