slavkap commented on code in PR #8377:
URL: https://github.com/apache/cloudstack/pull/8377#discussion_r1432774853
##########
plugins/storage/volume/storpool/src/main/java/org/apache/cloudstack/storage/datastore/util/StorPoolUtil.java:
##########
@@ -517,6 +517,12 @@ public static SpApiResponse volumeUpdate(final String
name, final Long newSize,
return POST("MultiCluster/VolumeUpdate/" + name, json, conn);
}
+ public static SpApiResponse volumeUpadateTags(String name, Map<String,
String> tags, SpConnectionDesc conn) {
Review Comment:
@DaanHoogland, I will rename it as you both suggested. Still, I prefer to
leave it with a common name like the used StorPool API call even though now it
is used only to remove
--
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]