]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: Warn if missing expected_num_objects 23860/head
authorDouglas Fuller <dfuller@redhat.com>
Fri, 29 Jun 2018 17:55:31 +0000 (13:55 -0400)
committerNathan Cutler <ncutler@suse.com>
Sun, 2 Sep 2018 11:53:33 +0000 (13:53 +0200)
commitaa2635b81b51b2e1a6dccabb595567c7a8ccfdfd
tree7a8580f1620bb0c86b41455ce10ea9d02e266235
parent9d773d69ec2aeaf47c8b2a5b1030ce953ccbceaf
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>
(cherry picked from commit 69fb2293c4d38012e7c4781aaa39a47596125bbb)
src/mon/OSDMonitor.cc