]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: ignore pg creates when pool FLAG_CREATING is not set
authorSage Weil <sage@redhat.com>
Sat, 7 Apr 2018 18:54:49 +0000 (13:54 -0500)
committerSage Weil <sage@redhat.com>
Fri, 7 Sep 2018 17:08:40 +0000 (12:08 -0500)
commit9426dc4c2b60066c4da58b2f831f4622e6d72345
tree5989972923bdc36e42e99284d9dd74a3018481e2
parent101671d95a506d4bf3166a6331c9abd0330711a1
osd: ignore pg creates when pool FLAG_CREATING is not set

We only process mon-initiated PG creates while the pool is is CREATING
mode.  This ensures that we will not have any racing split or merge
operations.

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