weizhouapache commented on a change in pull request #6057:
URL: https://github.com/apache/cloudstack/pull/6057#discussion_r823634858
##########
File path:
engine/storage/volume/src/main/java/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
##########
@@ -468,6 +471,7 @@ public Void
deleteVolumeCallback(AsyncCallbackDispatcher<VolumeServiceImpl, Comm
_snapshotStoreDao.remove(snapStoreVo.getId());
Review comment:
@slavkap ah ok, thanks for reply.
the records will be finally cleaned up by storage garbage collector (by
default run once every day). They will be kept for only 1 day.
The behaviour is not changed by this PR. It was introduced by
336df84f1787de962a67d0a34551f9027303040e and
ccb68e13a74342d4798aae11fe5c57890ff6c0ae
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]