Skip to content

Commit 52df11d

Browse files
committed
Merge remote-tracking branch 'origin/pr/693'
* origin/pr/693: lvm: suppress logs on stdout when expecting json output
2 parents 62f2936 + 1ae6bae commit 52df11d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qubes/storage/lvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def usage_details(self):
234234
_init_cache_cmd = [
235235
_lvm,
236236
"lvs",
237+
"--quiet",
237238
"--noheadings",
238239
"-o",
239240
"vg_name,pool_lv,name,lv_size,data_percent,lv_attr,origin,lv_metadata_size,"

0 commit comments

Comments
 (0)