]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: clean up pending splits when removing a pg
authorSage Weil <sage@redhat.com>
Thu, 14 Dec 2017 02:15:17 +0000 (20:15 -0600)
committerSage Weil <sage@redhat.com>
Thu, 11 Jan 2018 23:07:00 +0000 (17:07 -0600)
commit21e8512b97aa6c78d483e30f16bf8df1b9e97872
treed12c33e7086d23cdbd0fdedf3c376397b9356efb
parent10b6d61cd51c65c1dfa6420a9617c6b77c70e0d9
osd: clean up pending splits when removing a pg

Say we get an osdmap indicating a pg will split, but the pg is deleting and
finishes its delete before the pg consumes that map.  We need to clean up
the pending split state.

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