DaanHoogland commented on issue #8971: URL: https://github.com/apache/cloudstack/issues/8971#issuecomment-2076500949
> There are active volumes using the disk offering ... Please first add the new tags to the mentioned storage pools before adding them to the disk offering Can you check if this is true, @0sorkon . Probably there is some pool with no tags or not containing this tag. The code: ``` if (CollectionUtils.isEmpty(tagsOnPool) || !tagsOnPool.containsAll(listOfTags)) { ... throw new InvalidParameterValueException(String.format("There are active volumes using the disk offering %s, and the pool %s doesn't have the new tags. " + "The following volumes are using the mentioned disk offering %s. Please first add the new tags to the mentioned storage pools before adding them" + " to the disk offering.", diskOfferingInfo, poolInfo, listOfVolumesNamesAndUuid)); } ``` is added in 4.19 (PR #6269) and would give more info if you had it running. Maybe it helps you identify the problem..? -- 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