cloudstack/engine
Devdeep Singh f36f1ffca4 Implementation for the ability to disable a storage pool for provisioning
of new volumes. Following changes are implemented
1. Disable or enable a pool with the updateStoragePool api. A new 'enabled'
   parameter added for the same.
2. When a pool is disabled the state of the pool is updated to 'Disabled'
   in the db. On enabling it is updated back to 'Up'. Alert is raised when
   a pool is disabled or enabled.
3. Updated other storage providers to also honour the disabled state.
4. A disabled pool is skipped by allocators for provisioing of new volumes.
5. Since the allocators skip a disabled pool for provisioning of volumes,
   the volumes are also not listed as a destination for volume migration.
2015-05-05 18:28:35 +05:30
..
api Implementation for the ability to disable a storage pool for provisioning 2015-05-05 18:28:35 +05:30
components-api If the HypervisorType of a storage pool is Any, we need to retrieve hosts in the given zone for each HypervisorType. 2015-01-29 19:18:04 -07:00
network removed executable flags from java classes 2014-11-23 19:49:01 +01:00
orchestration CLOUDSTACK-8423: [Xenserver] Improved the performance for processing of ClusterVMMetaDataSync command which can cause slowness in DB if there are huge number of VMs 2015-04-30 14:44:36 +05:30
schema Implementation for the ability to disable a storage pool for provisioning 2015-05-05 18:28:35 +05:30
service CLOUDSTACK-8011: Upgrade maven dependencies 2014-12-04 02:12:51 +05:30
storage Implementation for the ability to disable a storage pool for provisioning 2015-05-05 18:28:35 +05:30
pom.xml Bump master version to 4.6.0-SNAPSHOT after branching 4.5.0-SNAPSHOT 2014-10-29 14:54:23 +01:00