]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: remove exc_info from ceph.conf load warning
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 12 Nov 2025 15:46:17 +0000 (15:46 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 12 Nov 2025 15:46:17 +0000 (15:46 +0000)
commitacf17cef645f1fa40e51bcaa9d0ab2ac0b51ea05
tree212a9774f7c82f76aa7b1923e73eda4680317d9f
parentf5b2e2454adcb6d1b7857972a80a2e5880fb33b5
ceph-volume: remove exc_info from ceph.conf load warning

This commit removes exc_info=1 from the logger.warning call when failing to
load ceph.conf. According to the preceding comment, this scenario can happen
legitimately, so it is not an unexpected error, it means there is no need to
clutter the logs with a full python traceback for this case.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-volume/ceph_volume/main.py