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 %}