cloudstack/server/src/com/cloud/storage
Rajani Karuturi 29dfeac857 CLOUDSTACK-8889: delete volume doesnt decrement primary store resource count
Primary Storage count for an account does not decrease when a Data Disk
is deleted belonging to the account unless the VM to which volume
belonged is destroyed

The resource counts are updated even before the disk is actually deleted
resulting in the same value.
Moved the resource counts updation to after the expunge operation as
thats when the disk is actually deleted.

all the tests in test/integration/component/test_ps_limits.py now pass
2015-10-26 17:40:27 +05:30
..
download CLOUDSTACK-8101: volume sync not working as expected - MS restart during upload volume leaves volume in hung state. 2014-12-19 15:51:52 -08:00
listener CLOUDSTACK-7948: Two VOLUME.DELETE Events are being registered instead of one - On Destroying a User VM belonging to a Project 2015-03-23 16:27:21 +05:30
monitor Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
resource All Checkstyle problems corrected 2013-12-12 12:26:07 -08:00
secondary removed executable flags from java classes 2014-11-23 19:49:01 +01:00
snapshot Merge pull request #782 from karuturi/CLOUDSTACK-8816 2015-09-14 09:42:44 +05:30
upload removed executable flags from java classes 2014-11-23 19:49:01 +01:00
CreateSnapshotPayload.java Removed trailing spaces 2013-11-21 04:08:01 -08:00
ImageStoreUploadMonitor.java volume upload: management server polling and upload status from agent 2015-01-14 10:19:12 +05:30
ImageStoreUploadMonitorImpl.java CLOUDSTACK-8835: Added alerts incase of template download failure 2015-09-11 16:07:35 +05:30
LocalStoragePoolListener.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
OCFS2Manager.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
OCFS2ManagerImpl.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
RegisterVolumePayload.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ResizeVolumePayload.java Updates to the way resizing a volume works 2014-07-17 21:09:19 -06:00
StorageManager.java CLOUDSTACK-8601. VMFS storage added as local storage can be re-added as shared storage. 2015-07-01 10:47:36 +05:30
StorageManagerImpl.java CLOUDSTACK-8601. VMFS storage added as local storage can be re-added as shared storage. 2015-07-01 10:47:36 +05:30
StoragePoolAutomation.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
StoragePoolAutomationImpl.java When canceling maintenance mode, the logic was looking at the id field of the work object instead of the id field of the VM object. 2015-01-29 23:11:29 -07:00
TemplateProfile.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
VolumeApiServiceImpl.java CLOUDSTACK-8889: delete volume doesnt decrement primary store resource count 2015-10-26 17:40:27 +05:30