-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
ISSUE TYPE
Bug
COMPONENT NAME
Component: Bug,improvement
CLOUDSTACK VERSION
Cloudstack version 4.19.1
SUMMARY
Unable to edit the existing storage pool tags
Steps to reproduce the behaviour
Steps to reproduce the issue
-
Create a primary storage with some storage tags
-
Edit the primary storage, the existing storage tags are not shown
If you take for example hosts, we can see the existing host tags when editing the host
https://cloudstack.apache.org/api/apidocs-4.19/apis/listHosts.html
https://cloudstack.apache.org/api/apidocs-4.19/apis/listHostTags.html
https://cloudstack.apache.org/api/apidocs-4.19/apis/updateHost.html
https://cloudstack.apache.org/api/apidocs-4.19/apis/listStoragePools.html
https://cloudstack.apache.org/api/apidocs-4.19/apis/updateStoragePool.html
Improvement
- Can we have another API to list the storage pool tags similar to
https://cloudstack.apache.org/api/apidocs-4.19/apis/listHostTags.html
Expected behaviour
Cloudstack should provide an option to edit storage pool tags
Actual Behaviour
Unable to edit the existing storage pool tags

