]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: force 'invalid object map' flag on-disk update 22753/head
authorMykola Golub <mgolub@suse.com>
Wed, 6 Jun 2018 20:48:07 +0000 (23:48 +0300)
committerPrashant D <pdhange@redhat.com>
Thu, 28 Jun 2018 00:55:45 +0000 (20:55 -0400)
commita73ebdb2e155175f01a6db96ba0e1b564e267917
tree92a7d5577bd5dcedc12b92abcb022fd585732697
parentb1b07feee00e258969f84ca321c7963df3213881
librbd: force 'invalid object map' flag on-disk update

when called by object_map::RefreshRequest. Since we really only open
the object map when we own the exclusive lock.

Fixes: http://tracker.ceph.com/issues/24434
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit f087db5709223f18da87a65b0c309342db1a84d5)
src/librbd/object_map/RefreshRequest.cc
src/test/librbd/test_ObjectMap.cc