]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix RBD mirror schedule inheritance in pool and image APIs 67026/head
authorImran Imtiaz <imran.imtiaz@uk.ibm.com>
Thu, 8 Jan 2026 10:37:32 +0000 (10:37 +0000)
committerImran Imtiaz <imran.imtiaz@uk.ibm.com>
Fri, 23 Jan 2026 11:35:06 +0000 (11:35 +0000)
commit452cfdddbbe30118ff97115dd73cff74fa9276ea
tree908d3643614e3549f8ca2786a035cd9ed637460a
parent4259c03600cd1f45babcbbb99b888f1b656f7577
mgr/dashboard: fix RBD mirror schedule inheritance in pool and image APIs

Signed-off-by: Imran Imtiaz <imran.imtiaz@uk.ibm.com>
Fixes: https://tracker.ceph.com/issues/74494
Fix the bug where the Pool API was reporting random image schedules
instead of pool schedules. Implement proper schedule inheritance
hierarchy (Image > Pool > Cluster) for both Pool and Image APIs.

Signed-off-by: Imran Imtiaz <imran.imtiaz@uk.ibm.com>
src/pybind/mgr/dashboard/controllers/pool.py
src/pybind/mgr/dashboard/services/rbd.py