main - lvmdbusd: Add needed env. variables
Tony Asleson <[email protected]>
| Newsgroups | gmane.linux.lvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=c8f2125b85afe043af1b2e887a80f882b8d8d7c7 Commit: c8f2125b85afe043af1b2e887a80f882b8d8d7c7 Parent: df6120e9f715c58327451f650c003d09842f33c7 Author: Tony Asleson <[email protected]> AuthorDate: Mon Mar 6 10:26:44 2023 -0600 Committer: Tony Asleson <[email protected]> CommitterDate: Mon Mar 6 10:26:44 2023 -0600 lvmdbusd: Add needed env. variables When running lvmdb.py by itself for testing we need these. --- daemons/lvmdbusd/lvmdb.py.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemons/lvmdbusd/lvmdb.py.in b/daemons/lvmdbusd/lvmdb.py.in index 41fedb80f..e6bec926a 100644 --- a/daemons/lvmdbusd/lvmdb.py.in +++ b/daemons/lvmdbusd/lvmdb.py.in @@ -437,6 +437,8 @@ class DataStore(object): if __name__ == "__main__": + os.environ["LC_ALL"] = "C" + os.environ["LVM_COMMAND_PROFILE"] = "lvmdbusd" pp = prettyprint.PrettyPrinter(indent=4) ds = DataStore() -- lvm-devel mailing list [email protected] https://listman.redhat.com/mailman/listinfo/lvm-devel