summaryrefslogtreecommitdiff
path: root/daemons/lvmdbusd
Commit message (Expand)AuthorAgeFilesLines
* lvmdbus: preserve PATH envvarZdenek Kabelac2023-04-231-0/+2
* lvmdbusd: Add a flag to activate LVs in shared mode to Lv.ActivateVojtech Trefny2023-04-201-0/+4
* lvmdbusd: Correct seg. fault on s390x ELNTony Asleson2023-03-301-2/+9
* lvmdbusd: Correct locking for _common_logTony Asleson2023-03-301-2/+3
* Fix import of utils from lvmdbusd.cfgAdam Williamson2023-03-211-1/+1
* lvmdbusd: Add a new 'Shared' property to the Vg interfaceVojtech Trefny2023-03-151-0/+5
* lvmdbusd: Add a retries during initial loadTony Asleson2023-03-101-2/+11
* lvmdbusd: Handle missing key in get_keyTony Asleson2023-03-101-6/+6
* lvmdbusd: Replace assert with exceptionTony Asleson2023-03-101-1/+3
* lvmdbusd: Add needed env. variablesTony Asleson2023-03-061-0/+2
* lvmdbusd: Move cfg.lvmdebug data initTony Asleson2023-03-062-8/+5
* lvmdbustest: Test duplicate VG renameTony Asleson2023-03-031-2/+4
* lvmdbusd: Remove unused importTony Asleson2023-02-271-1/+1
* lvmdbusd: Add lock to prevent concurrent lvm shell accessTony Asleson2023-02-271-33/+45
* lvmdbusd: Disable collecting lvm debug data by defaultTony Asleson2023-02-203-5/+14
* lvmdbusd: Fix grammarTony Asleson2023-02-2011-24/+24
* lvmdbusd: Add command_log_selection to command lineTony Asleson2022-11-291-16/+17
* lvmdbusd: Move get_error_msg to utilsTony Asleson2022-11-292-20/+20
* lvmdbusd: Handle PV signature copyTony Asleson2022-10-201-3/+7
* lvmdbusd: Always leverage udevTony Asleson2022-10-203-14/+15
* lvmdbusd: Correct env. variableTony Asleson2022-09-301-1/+1
* lvmdbusd: Correct lvm shell signal & child process handlingTony Asleson2022-09-223-11/+35
* lvmdbusd: Register for SIGTERMTony Asleson2022-09-201-0/+1
* lvmdbusd: Correct get_object_path_by_uuid_lvm_idTony Asleson2022-09-202-5/+7
* lvmdbusd: Remove --reportformatTony Asleson2022-09-161-2/+1
* lvmdbusd: Include lvm debug output for lvmshellTony Asleson2022-09-161-6/+5
* lvmdbusd: Call readlines instead of readlineTony Asleson2022-09-161-2/+4
* lvmdbusd: Raise IOError instead of ignoringTony Asleson2022-09-161-1/+2
* lvmdbusd: Correct log_error for shell proxyTony Asleson2022-09-161-1/+1
* lvmdbusd: Check for KeyError in refreshTony Asleson2022-09-161-27/+33
* lvmdbusd: Use common func. for checking missing LV keysTony Asleson2022-09-164-9/+21
* lvmdbusd: Correct undefined varTony Asleson2022-09-161-1/+2
* lvmdbusd: Handle 'exit' for lvm_shell_proxyTony Asleson2022-09-161-0/+3
* lvmdbusd: Use pseudo tty to get "lvm>" prompt againTony Asleson2022-09-161-49/+63
* lvmdbusd: Remove PID from log messagesTony Asleson2022-09-163-2/+25
* lvmdbusd: Remove duplicate codeTony Asleson2022-09-161-30/+10
* lvmdbusd: Raise LvmBug exception for invalid JSONTony Asleson2022-09-161-4/+4
* lvmdbusd: Instruct lvm to output debug to file for fullreportTony Asleson2022-09-165-14/+87
* lvmdbusd: Re-work error handlingTony Asleson2022-09-166-100/+140
* lvmdbusd: Use common function for tracebackTony Asleson2022-09-167-29/+28
* lvmdbusd: Don't output debug for fullreport exit code 5Tony Asleson2022-09-161-1/+1
* lvmdbusd: refactor and correct fetch thread logicTony Asleson2022-09-161-29/+24
* lvmdbusd: Re-work error handling for run_cmdTony Asleson2022-09-161-3/+10
* lvmdbusd: Handle SIGINT quietlyTony Asleson2022-09-165-9/+19
* lvmdbusd: Don't report recoverable errorTony Asleson2022-09-162-9/+4
* lvmdbusd: WS, imports, grammarTony Asleson2022-09-166-28/+22
* lvmdbusd: Add debug circular bufferTony Asleson2022-09-167-4/+47
* lvmdbusd: Set LVM_COMMAND_PROFILE=lvmdbusdTony Asleson2022-09-161-1/+3
* lvmdbusd: Correct typosTony Asleson2022-09-161-1/+1
* lvmdbusd: fix hangs on SIGINTTony Asleson2022-09-164-19/+49