From a9ca83b880c19a72d6e00e13b6a638fb11630819 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 25 May 2022 15:59:11 -0500 Subject: [PATCH 4/9] lvmdbusd: Add debug output for which lvm binary is used (cherry picked from commit 51d9b686c08d963c61898d407d15abf39f129d72) --- daemons/lvmdbusd/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemons/lvmdbusd/main.py b/daemons/lvmdbusd/main.py index b0a82d492..1e717ef69 100644 --- a/daemons/lvmdbusd/main.py +++ b/daemons/lvmdbusd/main.py @@ -127,6 +127,8 @@ def main(): log_error("You cannot specify --lvmshell and --nojson") sys.exit(1) + log_debug("Using lvm binary: %s" % cfg.LVM_CMD) + # We will dynamically add interfaces which support vdo if it # exists. cfg.vdo_support = supports_vdo() -- 2.37.1