.Zone storage class detail values are now set correctly
Previously, wrong data pool values were set for storage classes in zone details. As a result, data pool values were incorrect in the user interface when multiple storage classes were created.
With this fix, the correct values are being set for storage classes in zone details.
Created attachment 2002762[details]
screenshot-1
Description of problem:
When having multiple Storage Classes, the data pool displayed in the UI for a particular storage class is incorrect.
Version-Release number of selected component (if applicable):
ceph version 18.2.0-128.el9cp
How reproducible:
Always.
Steps to Reproduce:
1. Via CLI, create 2 storage classes STANDARD and GLACIER with data pools 'test_zone.rgw.buckets.data' and 'ecpool-22'.
2. Via the UI (Dashboard), the data pool displayed with the GLACIER class is 'test_zone.rgw.buckets.data' instead of data pool 'ecpool-22' Shown in the screenshot-1
Actual results:
When having multiple Storage Classes, the data pool displayed in the UI for a particular storage class is incorrect.
Expected results:
The Storage Class information related to the data pools should correspond
correctly with the different storage classes
Additional info:
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Red Hat Ceph Storage 8.0 security, bug fix, and enhancement updates), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2024:10216
Created attachment 2002762 [details] screenshot-1 Description of problem: When having multiple Storage Classes, the data pool displayed in the UI for a particular storage class is incorrect. Version-Release number of selected component (if applicable): ceph version 18.2.0-128.el9cp How reproducible: Always. Steps to Reproduce: 1. Via CLI, create 2 storage classes STANDARD and GLACIER with data pools 'test_zone.rgw.buckets.data' and 'ecpool-22'. 2. Via the UI (Dashboard), the data pool displayed with the GLACIER class is 'test_zone.rgw.buckets.data' instead of data pool 'ecpool-22' Shown in the screenshot-1 Actual results: When having multiple Storage Classes, the data pool displayed in the UI for a particular storage class is incorrect. Expected results: The Storage Class information related to the data pools should correspond correctly with the different storage classes Additional info: