summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lvmdbustest: Re-work setUpTony Asleson2022-09-221-6/+7
* lvmdbustest: Refuse to remove a VG we didn't createTony Asleson2022-09-221-1/+5
* lvmdbustest: Make vg name suffix more uniqueTony Asleson2022-09-221-1/+3
* lvmdbusd: Correct lvm shell signal & child process handlingTony Asleson2022-09-223-11/+35
* covscan: free wwid strings in lvmcacheDavid Teigland2022-09-211-15/+31
* make: generateZdenek Kabelac2022-09-213-14/+139
* tests: validate CONFIG_HZ_1000Zdenek Kabelac2022-09-211-0/+10
* tests: discard updateZdenek Kabelac2022-09-211-2/+6
* makefiles: use single libs definitionZdenek Kabelac2022-09-211-3/+1
* tests: integrity switch to ext4Zdenek Kabelac2022-09-213-18/+14
* lvmdbusd: Register for SIGTERMTony Asleson2022-09-201-0/+1
* lvmdbusd: Correct get_object_path_by_uuid_lvm_idTony Asleson2022-09-202-5/+7
* make: Fix build in chrootdev-mcsontos-lib-tools-dependencyMarian Csontos2022-09-201-0/+1
* spec: Workaround for failing buildMarian Csontos2022-09-201-1/+2
* lvmdbusd: Remove --reportformatTony Asleson2022-09-161-2/+1
* lvmdbustest: Add wrapper for injecting errorsTony Asleson2022-09-161-0/+323
* 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
* lvmdbustest: Check for self.pvsTony Asleson2022-09-161-1/+1
* lvmdbustest: Move signals to lastTony Asleson2022-09-161-2/+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
* lvmdbustest: Utilize addCleanup in unit testTony Asleson2022-09-161-5/+3
* 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
* lvmdbustest: Skip test_nesting if scan_lvs is not enabledTony Asleson2022-09-161-0/+13
* 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
* lvmdbustest: Skip test_singleton_daemon running systemd svc.Tony Asleson2022-09-161-0/+2
* lvmdbusd: Set LVM_COMMAND_PROFILE=lvmdbusdTony Asleson2022-09-161-1/+3
* lvmdbustest: Add systemctl daemon startTony Asleson2022-09-161-1/+1
* lvmdbustest: Add test for ensuring only 1 instance of daemonTony Asleson2022-09-161-0/+8
* lvmdbustest: Add test_sigint testTony Asleson2022-09-161-0/+35
* lvmdbustest: Add optional option to _create_num_lvsTony Asleson2022-09-161-8/+12
* lvmdbustest: Factor out tearDown implementation for re-useTony Asleson2022-09-161-4/+7
* lvmdbustest: Add DaemonInfo classTony Asleson2022-09-161-6/+176