sureshanaparti commented on code in PR #8377:
URL: https://github.com/apache/cloudstack/pull/8377#discussion_r1431355700
##########
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:
```suggestion
public static SpApiResponse volumeRemoveTags(final String name,
SpConnectionDesc conn) {
Map<String, String> tags = StorPoolHelper.addStorPoolTags(null,
"", null, "");
```
seems this method is used to remove tags
--
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]