]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: identify splits even if pool is eventually deleted
authorSage Weil <sage@redhat.com>
Thu, 14 Dec 2017 21:09:04 +0000 (15:09 -0600)
committerSage Weil <sage@redhat.com>
Thu, 11 Jan 2018 23:07:00 +0000 (17:07 -0600)
commitb92b91b93cf737ccfa1540b949e8273c11312ec5
treedd3759d732b74aa3e97d824c688e6d8ffbea75dc
parent21e8512b97aa6c78d483e30f16bf8df1b9e97872
osd: identify splits even if pool is eventually deleted

Previously we wouldn't bother splitting if the pool was going away; now
we walk the pg forward and will process the split even if the pool is
later deleted.  Adjust the loop to terminate gracefully if that happens.

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