Description of problem: Rename the snapshot on Master Node, the renamed snapshot doesn't get reflected on Slave Node. Version-Release number of selected component (if applicable): ceph version 10.2.2-15.el7cp How reproducible: Always Steps to Reproduce: 1. Create an Image. rbd create new/renameq --size 9999 --image-format 2 --image-feature layering,exclusive-lock,object-map,journaling --cluster master 2. Take a snapshot. rbd snap create new/renameq@latest --cluster master 3. Rename Snapshot rbd snap rename new/renameq@latest new/renameq@latest-renamed --cluster master Actual results: New Snapshot name gets reflected in Master Node. But the same is not getting reflected on Slave Node. Expected results: On Slave Node also the renamed snapshot should show up. Additional info:
Upstream master branch PR: https://github.com/ceph/ceph/pull/10249
Working Fine, Marking it as Verified.
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, 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://rhn.redhat.com/errata/RHBA-2016-1755.html