]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: avoid spurious omap_setkeys, setattrs during recovery
authorSage Weil <sage@redhat.com>
Thu, 22 Jan 2015 18:00:35 +0000 (10:00 -0800)
committerSage Weil <sage@redhat.com>
Fri, 19 Jun 2015 00:02:45 +0000 (17:02 -0700)
commit82fdacda1bf35b029ae8474ddf48c33e62ab81f6
treea721bdcc89ed75d4d8389efea0afae44294d3982
parent75e9fbba9d7cf014b050e969d8673984beb2088d
osd/ReplicatedPG: avoid spurious omap_setkeys, setattrs during recovery

Only call these if we have values to set on this iteration.  This is
rarely true for omap.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedBackend.cc