mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #182 from MihaelaStoica/CA-141245
CA-141245: Added timeout to Transfer VM expose call
This commit is contained in:
commit
308483d29f
@ -491,6 +491,7 @@ namespace XenOvfTransport
|
||||
args.Add("vdi_uuid", vdiuuid);
|
||||
args.Add("transfer_mode", "ISCSI");
|
||||
args.Add("read_only", read_only ? "true" : "false");
|
||||
args.Add("timeout_minutes", "1");
|
||||
|
||||
//Transfer VM IP settings
|
||||
foreach (var kvp in m_networkArgs)
|
||||
|
Loading…
Reference in New Issue
Block a user