Skip to content

Commit 6c1c286

Browse files
build fix
1 parent 3f6f11a commit 6c1c286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/api/vmware-sioc/src/main/java/org/apache/cloudstack/sioc/SiocManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void updateSiocInfo(long zoneId, long storagePoolId, int sharesPerGB, int
123123

124124
int limitIopsTotal = 0;
125125

126-
List<VolumeVO> volumes = volumeDao.findByPoolId(storagePoolId, null);
126+
List<VolumeVO> volumes = volumeDao.findNonDestroyedVolumesByPoolId(storagePoolId, null);
127127

128128
if (volumes != null && volumes.size() > 0) {
129129
Set<Long> instanceIds = new HashSet<>();

0 commit comments

Comments
 (0)