cloudstack/engine/storage
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
..
cache CLOUDSTACK-8386: CS is returning sec. storage even if it is full and there are other sec. storage with free space. 2015-04-14 16:10:40 +05:30
datamotion CLOUDSTACK-8319. For both 'MigrateVolume' and 'MigrateVMWithVolumes, ensure VM's vconfiguration files are migrated along with VM's root volume. 2015-03-12 11:57:02 +05:30
image Merge branch 'volume-upload' into master 2015-04-29 11:12:53 +05:30
integration-test Added a "long getUsedIops(StoragePool)" method to the PrimaryDataStoreDriver interface 2014-11-12 13:38:58 -07:00
resources/META-INF/cloudstack fix compile 2013-11-01 16:16:03 -07:00
snapshot Replace synchronized with the use of database locking 2015-01-27 17:36:21 -07:00
src/org/apache/cloudstack/storage Implementation for the ability to disable a storage pool for provisioning 2015-05-05 18:28:35 +05:30
test/org/apache/cloudstack/engine/subsystem/api/storage Reformatted all of the code. 2013-11-21 06:15:26 -08:00
volume Merge branch 'volume-upload' into master 2015-04-29 11:12:53 +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
storage.ucls Cleanup of Xen and XenServer terms. Cloned xen plugin creating a xenserver plugin, then removed xen plugin 2014-06-07 04:50:23 -04:00