cloudstack/server/test/com/cloud/storage
subhash yedugundla 8eca04e1f6 CLOUDSTACK-9572: Snapshot on primary storage not cleaned up after Storage migration (#1740)
Snapshot on primary storage not cleaned up after Storage migration. This happens in the following scenario:

Steps To Reproduce
Create an instance on the local storage on any host
Create a scheduled snapshot of the volume:
Wait until ACS created the snapshot. ACS is creating a snapshot on local storage and is transferring this snapshot to secondary storage. But the latest snapshot on local storage will stay there. This is as expected.
Migrate the instance to another XenServer host with ACS UI and Storage Live Migration
The Snapshot on the old host on local storage will not be cleaned up and is staying on local storage. So local storage will fill up with unneeded snapshots.
2018-01-05 11:19:56 +05:30
..
dao Reformatted all of the code. 2013-11-21 06:15:26 -08:00
listener server: Fix build regression caused by 32a39 2016-11-03 09:14:35 +05:30
snapshot CLOUDSTACK-9572: Snapshot on primary storage not cleaned up after Storage migration (#1740) 2018-01-05 11:19:56 +05:30
ImageStoreDetailsUtilTest.java CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS version changeable in UI 2016-09-28 08:51:37 -07:00
VolumeApiServiceImplTest.java This feature separates the snapshot creation on primary and its backing up on secondary. 2017-10-04 14:39:03 +05:30