]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: Warn if missing expected_num_objects 23072/head
authorDouglas Fuller <dfuller@redhat.com>
Fri, 29 Jun 2018 17:55:31 +0000 (13:55 -0400)
committerDouglas Fuller <dfuller@redhat.com>
Thu, 26 Jul 2018 17:14:44 +0000 (13:14 -0400)
commit69fb2293c4d38012e7c4781aaa39a47596125bbb
treee0f6e9ae9144eb52a9553b52776986e90c5ae188
parent4c108a50e5f74a56965d49687a8c817f4a5ce42b
mon/OSDMonitor: Warn if missing expected_num_objects

When creating a pool on filestore, warn if the user appears to be
creating a pool to store a large number of objects but omitted the
expected_num_objects parameter. Create the pool anyway.

Fixes: http://tracker.ceph.com/issues/24687
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
src/mon/OSDMonitor.cc