You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/11/24 17:29:27 UTC

[2/4] git commit: updated refs/heads/master to f07081d

Merge PR #1737

CLOUDSTACK-9561 After domain/account deletion, snapshot taken by the
domain/account remains undeleted

While deleting the UserAccount Cleanup for the removed VMs/volumes are not
happening. For the removed VMs, snapshots doesn't get cleaned. Only for running
VMs(volumes in ready state) the cleanup happens.

When the VM is desroyed, the volume is marked as destroyed and later storage
garbage collector perform the cleanup. But if we try delete domain/account
before storage garbage collector runs, then it fails.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/445d36c1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/445d36c1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/445d36c1

Branch: refs/heads/master
Commit: 445d36c1228ea8329dc3f1349e10ff38c671674b
Parents: 90ae04b 2c443cd
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Nov 24 22:56:05 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Nov 24 22:56:22 2016 +0530

----------------------------------------------------------------------
 engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------