]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: peer removal needs to open non-primary images in R/W mode
authorJason Dillaman <dillaman@redhat.com>
Tue, 10 Mar 2020 23:18:04 +0000 (19:18 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 10 Mar 2020 23:23:02 +0000 (19:23 -0400)
commit9b2dc5a267e45be2397a915ab9a7ddce914ba3fa
treeb41005f1c66e81f53489b5ce8839210e7522c098
parent67fe2e5b149cba637eb266562a28aea8f52be254
librbd: peer removal needs to open non-primary images in R/W mode

The non-primary image might have mirror snapshots that need to be
updated to remove the peer reference.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/api/Mirror.cc