*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
This commit is contained in:
		| @@ -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 | ||||
|         ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user