diff --git a/XenAdmin/Wizards/NewVMWizard/Page_Storage.cs b/XenAdmin/Wizards/NewVMWizard/Page_Storage.cs index b56f314c9..68a7a76d7 100644 --- a/XenAdmin/Wizards/NewVMWizard/Page_Storage.cs +++ b/XenAdmin/Wizards/NewVMWizard/Page_Storage.cs @@ -320,7 +320,7 @@ namespace XenAdmin.Wizards.NewVMWizard { get { - if (!Template.DefaultTemplate && !CloneCheckBox.Checked) + if (!Template.DefaultTemplate && !Template.is_a_snapshot && !CloneCheckBox.Checked) { // if target disks are all on the same SR then use that SR // otherwise iterate through disks and find first target disks that is on same SR as source disk