DaanHoogland commented on code in PR #11003:
URL: https://github.com/apache/cloudstack/pull/11003#discussion_r2140833958


##########
api/src/main/java/com/cloud/storage/VolumeApiService.java:
##########
@@ -171,6 +171,7 @@ Volume updateVolume(long volumeId, String path, String 
state, Long storageId,
      *   </table>
      */
     boolean doesStoragePoolSupportDiskOffering(StoragePool destPool, 
DiskOffering diskOffering);
+

Review Comment:
   ```suggestion
        /**
         * Checks if the intended destination storage pool supports the 
required tags
         * destPool the pool intended for the deployment
         * diskOfferingTags the tags that should be supported
         * return whether the tags are supported
         */
   ```



-- 
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: commits-unsubscr...@cloudstack.apache.org

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

Reply via email to