cloudstack/engine
Marcus Sorensen a80debbddf CLOUDSTACK-5853
Create two storage pools, one with storage tag X, one with storage tag Y.
Create a service offering with storage tag X.
Create a disk offering with storage tag Y.
Attempt to deploy a virtual machine with a datadisk, using given offerings, it fails.

Deployment planner keeps a global object 'avoid'. It loops through each volume to
be created, asking storage allocators for matching pools, passing this avoid object.

First disk matches a pool or pools, adds ALL other pools to avoid object, then
deployment planner attaches matching pools to a list for that disk.

Second disk matches a pool, adds all other pools to avoid object, then deployment
planner says "wait, matching pool is in avoid, can't use it". Oops. In fact, at this
point ALL pools are in avoid (unless there are other pools that have both tags).

Need to remove matching pool from the avoid set during each select phase.
2014-01-10 11:34:17 -07:00
..
api CLOUDSTACK-5841:Snapshots taken before migration NFS to S3 can not be 2014-01-08 16:33:37 -08:00
components-api CLOUDSTACK-5765: cleanup internal serialization and exception propagation issues 2014-01-07 17:12:06 -08:00
network Updating pom.xml version numbers for release 4.3.0-SNAPSHOT 2013-08-01 10:35:00 -04:00
orchestration CLOUDSTACK-5841:Snapshots taken before migration NFS to S3 can not be 2014-01-08 16:33:37 -08:00
schema CLOUDSTACK-5852: router search in DomainDouterDao using AllFieldsSearch filters few routers due to router_network_ref join. Created a seperate search to list running routers with filters. 2014-01-10 19:57:02 +05:30
service Fix a few xml wellformedness issues 2013-09-21 14:58:56 +08:00
storage CLOUDSTACK-5853 2014-01-10 11:34:17 -07:00
pom.xml the cloud-engine-storage-integration-test sub-project should not depend 2013-09-02 14:32:25 +02:00