GitHub user yvsubhash reopened a pull request:
https://github.com/apache/cloudstack/pull/1740
CLOUDSTACK-9572 Snapshot on primary storage not cleaned up after Storâ¦
Snapshot on primary storage not cleaned up after Storage migration. This
happens in the following scenario
## Steps To Reproduce
1. Create an instance on the local storage on any host
2. Create a scheduled snapshot of the volume:
3. 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.
4. Migrate the instance to another XenServer host with ACS UI and Storage
Live Migration
5. 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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yvsubhash/cloudstack CLOUDSTACK-9572
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1740.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1740
----
commit 13820fdae5a22573db1c964f02e37d232228b3d8
Author: subhash yedugundla <[email protected]>
Date: 2016-09-12T13:29:53Z
CLOUDSTACK-9572 Snapshot on primary storage not cleaned up after Storage
migration
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---