]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/rbd_support: use log.exception() for printing exception and backtrace
authorKefu Chai <kchai@redhat.com>
Fri, 5 Feb 2021 10:23:24 +0000 (18:23 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 18 Feb 2021 14:46:51 +0000 (22:46 +0800)
commit6ca0c1edb2b7129ce6d02d315c00ab6462c97e5c
treea2a7cc2c8d7446cd7206a177c78a4a1c26ef929c
parent413be4d407956d9d32a086a0d69a8461bab1c49b
mgr/rbd_support: use log.exception() for printing exception and backtrace

Logger does not offer fatal() method. so use exception() instead.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/rbd_support/module.py