mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-22 23:36:41 +00:00
Issue: When an RBD image is created in a non-default namespace, the OMAP data for the PersistentVolume fails to regenerate because it still attempts to locate the RBD image in the default namespace. This commit ensures the correct radosNamespace is retrieved from the ceph-csi-config. Signed-off-by: Praveen M <m.praveen@ibm.com> (cherry picked from commit 8a66575825be125b5c9f1762cc60f7e118e856ce)