]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: respect the value of bluestore_block_db_size from ceph.conf 41716/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:45 +0000 (14:14 +0700)
commit7f59a25c373eb92f05f55b811a0cd7a5727ab507
treef8a46ff76165d0b0b35d7a9e2bcee5f2a1da1c02
parentc9b1c7f81e740b2f79bf260776eb026f827d5ba3
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