]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: respect the value of bluestore_block_db_size from ceph.conf 41715/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 24 May 2021 17:19:38 +0000 (12:19 -0500)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Sun, 6 Jun 2021 07:14:16 +0000 (14:14 +0700)
commitaeee1320fe881c4634fd9444d9b74c5a92d9e37a
tree9e558831f403d2f69bbfa29c0a70f428bf209915
parent65f954523f8fd66f7708eb103433e85b4a5ac2f3
ceph-volume: respect the value of bluestore_block_db_size from ceph.conf

If --block-db-size is not given args.block_db_size is set to None,
so we should check for it's value in ceph.conf

Resolves: RHBZ#1962744
Fixes: https://tracker.ceph.com/issues/50958
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit cd70a6f583a651e71b5e1b4cf381467cb85039f6)
src/ceph-volume/ceph_volume/devices/lvm/batch.py