cloudstack/core/src/com/cloud
Remi Bergsma f0fca60993 Merge pull request #1336 from nitin-maharana/CloudStack-Nitin19_4.7
CLOUDSTACK-9231: Root volume migration from one primary to another primary storage within the same cluster is failingEXPECTED BEHAVIOUR:
====================
Root Volume migration within cluster should work.

ACTUAL BEHAVIOUR:
==================
Root volume migration within cluster failed.

This situation arises when there are two management server accessing the same database.
When the migration request comes the command is forwarded from one management server to another because the host is owned by the second management server. So, serialisation of map from one to another fails.

Fix:
===
This is fixed by converting the maps to lists.

* pr/1336:
  CLOUDSTACK-9231: Root volume migration from one primary to another primary storage within the same cluster is failing

Signed-off-by: Remi Bergsma <github@remi.nl>
2016-01-18 15:57:05 +01:00
..
agent Merge pull request #1336 from nitin-maharana/CloudStack-Nitin19_4.7 2016-01-18 15:57:05 +01:00
exception removed executable flags from java classes 2014-11-23 19:49:01 +01:00
host Cleanup licenses in core with com.mycila:license-maven-plugin:format 2014-07-14 16:28:29 +02:00
hypervisor/hyperv/resource Cleanup licenses in core with com.mycila:license-maven-plugin:format 2014-07-14 16:28:29 +02:00
info Cleanup licenses in core with com.mycila:license-maven-plugin:format 2014-07-14 16:28:29 +02:00
network Pass LbProtocol down to the HAProxyConfigurator 2015-10-28 13:42:51 +00:00
resource Merge pull request #1051 from Carles-Figuerola/CLOUDSTACK-9048-fix-typo 2015-11-22 12:57:31 +01:00
serializer findbugs: final fields 2015-06-24 09:29:56 +02:00
storage Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00