From f88f8cae5b784d92d01284a409a18e3cab774a7b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 30 Apr 2011 17:25:59 +0000 Subject: [PATCH] *explicitly* don't do template in first stage of cloning to new master git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9441 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 6d070db6e..c403afcd8 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -2183,7 +2183,7 @@ sub promote_vm_to_master { ); my $clonespec = VirtualMachineCloneSpec->new( location=>$relocatespec, - #template=>1, #can't go straight to template, need to clone, then snap, then templatify + template=>0, #can't go straight to template, need to clone, then snap, then templatify powerOn=>0 );