mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
2ae2bdfdd8
Added "VM.pool_migrate" to the list of tasks suitable for meddling actions. Removed the usage of MeddlingActionTitle other_config key, because it wasn't working as intended for two reasons: - If XenCenter starts an action that does multiple async api calls, so multiple tasks, the action's title is assigned to all tasks as MeddlingActionTitles, so the second XenCenter instance would create multiple meddling actions with the same title. - When a second XenCenter instance tries to see if a task is suitable for a meddling action, the MeddlingActionTitle is not yet present in the task's other_config, so the task is ignored in most of the cases. Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com> |
||
---|---|---|
.. | ||
ActionTests | ||
ActionTestBase.cs | ||
CacheTests.cs | ||
DestroyPolicyActionTests.cs | ||
DestroyVMTests.cs | ||
HostExtensionTests.cs | ||
PureAsyncActionTests.cs | ||
SessionTests.cs | ||
TestAPICallVersions.cs | ||
TestXenAdminConfigProvider.cs | ||
UpgradePoolActionTests.cs | ||
VMBuilder.cs | ||
VMExtensionsTests.cs | ||
XenModelReferencesTest.cs |