rhtyd commented on a change in pull request #4078:
URL: https://github.com/apache/cloudstack/pull/4078#discussion_r493205410



##########
File path: 
services/secondary-storage/controller/src/main/java/org/apache/cloudstack/secondarystorage/SecondaryStorageManagerImpl.java
##########
@@ -744,9 +743,6 @@ private void allocCapacity(long dataCenterId, 
SecondaryStorageVm.Role role) {
                 if (_allocLock.lock(ACQUIRE_GLOBAL_LOCK_TIMEOUT_FOR_SYNC)) {
                     try {
                         secStorageVm = startNew(dataCenterId, role);
-                        for (UploadVO upload : _uploadDao.listAll()) {

Review comment:
       @ravening would that cause a regression, to not expunge uploaded volumes?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to