mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
lvmdbusd: Set LVM_COMMAND_PROFILE=lvmdbusd
We need this to prevent lvm from interleaving the JSON output with errors written to stderr.
This commit is contained in:
parent
9693709b46
commit
a5e6947d74
@ -132,8 +132,10 @@ def main():
|
|||||||
start = time.time()
|
start = time.time()
|
||||||
use_session = os.getenv('LVMDBUSD_USE_SESSION', False)
|
use_session = os.getenv('LVMDBUSD_USE_SESSION', False)
|
||||||
|
|
||||||
# Ensure that we get consistent output for parsing stdout/stderr
|
# Ensure that we get consistent output for parsing stdout/stderr and that we
|
||||||
|
# are using the lvmdbusd profile.
|
||||||
os.environ["LC_ALL"] = "C"
|
os.environ["LC_ALL"] = "C"
|
||||||
|
os.environ["LVM_COMMAND_PROFILE"] = "lvmdbusd"
|
||||||
|
|
||||||
# Add simple command line handling
|
# Add simple command line handling
|
||||||
cfg.args = process_args()
|
cfg.args = process_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user