sureshanaparti opened a new issue, #12305: URL: https://github.com/apache/cloudstack/issues/12305
### problem The UI doesn't show the Primary storage details for the storages created with provider 'SolidFireShared'. UI shows 404 error. <img width="1454" height="763" alt="Image" src="https://github.com/user-attachments/assets/1d2dc621-a79b-42c3-9e79-ec201f1d46e0" /> The iqn (eg. _/iqn.2010-01.com.solidfire:3p53.test-001.007/0_)of the storage is set as the UUID for the SolidFireShared Primary storage, which is resulting invalid UI route path as the UUID is not escaped (I manually escaped the UUID in the route and it worked). The list of storage pools and metrics works fine using the cmk. https://github.com/apache/cloudstack/blob/a208db54ea84a8e3eda406990671c49efc90ef42/plugins/storage/volume/solidfire/src/main/java/org/apache/cloudstack/storage/datastore/lifecycle/SolidFireSharedPrimaryDataStoreLifeCycle.java#L247 ### versions ACS 4.19.3 (maybe, earlier versions as well) ### The steps to reproduce the bug 1. Add a primary storage with with provider 'SolidFireShared' 2. In UI, Navigate to Infrastructure -> Primary storage and Click on the primary storage added above. ### What to do about it? Expected to see the details of the SolidFireShared Primary storage. -- 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]
