]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: update in-memory object map before on-disk update completes
authorJason Dillaman <dillaman@redhat.com>
Fri, 20 Mar 2015 14:40:22 +0000 (10:40 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 10 Apr 2015 18:10:05 +0000 (14:10 -0400)
commit92a42561f88548ffe03f9c25e07ac5002748df7c
treee5b5d9d0ee6626ba9472313d95ae9c5aa69cd692
parent1b7f8c13f9c4bd2b10dc419d08915c017af49616
librbd: update in-memory object map before on-disk update completes

When multiple IO updates are occurring within the same object, this
will allow only a single object map update request to be sent to the
OSD.

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