From b7830dc7bbc7ed86d2016bc9bdf43ced4ea843a4 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 18 Nov 2023 16:36:36 +0100 Subject: [PATCH] Simplify command --- _posts/sysadm/2023-09-15-lvm-cheat-sheet.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/sysadm/2023-09-15-lvm-cheat-sheet.tl b/_posts/sysadm/2023-09-15-lvm-cheat-sheet.tl index 54ae27f..a893208 100644 --- a/_posts/sysadm/2023-09-15-lvm-cheat-sheet.tl +++ b/_posts/sysadm/2023-09-15-lvm-cheat-sheet.tl @@ -17,7 +17,7 @@ Extend VG containing the LV with additional PV before conversion. List currently used devices and sync status: {% highlight bash %} -# lvs -a -o fullname,devices,sync_percent +# lvs -a -o +devices {% endhighlight %}