mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1506 from MihaelaStoica/CA-237939
CA-237939: Cannot create VM from Checkpoint other than the resident h…
This commit is contained in:
commit
70a4e9880e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user