From: Andrew Schoen Date: Wed, 10 Oct 2018 18:05:25 +0000 (-0400) Subject: ceph-volume: failing to get block db size from conf logs an exception X-Git-Tag: v13.2.3~95^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3722ad639fa8da5faedaa3bec7d096071bff8b45;p=ceph.git ceph-volume: failing to get block db size from conf logs an exception Signed-off-by: Andrew Schoen (cherry picked from commit 172d4af9b97d8d64ce35dc95efb72d9f190bc170) --- diff --git a/src/ceph-volume/ceph_volume/util/prepare.py b/src/ceph-volume/ceph_volume/util/prepare.py index 9c8229e83e5b4..3afa061c8859a 100644 --- a/src/ceph-volume/ceph_volume/util/prepare.py +++ b/src/ceph-volume/ceph_volume/util/prepare.py @@ -87,7 +87,7 @@ def get_block_db_size(lv_format=True): try: conf_db_size = conf.ceph.get_safe('osd', 'bluestore_block_db_size', None) except RuntimeError: - logger.debug("failed to load ceph configuration, will use defaults") + logger.exception("failed to load ceph configuration, will use defaults") if not conf_db_size: logger.debug(