apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2.1k stars 1.11k forks source link

Unable to edit the existing storage pool tags #9806

Closed kiranchavala closed 2 weeks ago

kiranchavala commented 1 month ago

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

  1. Create a primary storage with some storage tags

  2. Edit the primary storage, the existing storage tags are not shown

storagepooltags

storagepooltags2

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

  1. 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

DaanHoogland commented 2 weeks ago

fixed by 9809