diff --git a/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl b/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl index 3d1046c..be82acf 100644 --- a/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl +++ b/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl @@ -86,6 +86,9 @@ logical sector size. (verify that @pe_start@ is a multiple of alignment size). +If you want to extend existing VG, see "here":{% post_url +/sysadm/2023-09-15-lvm-cheat-sheet %}#convert-lv-to-raid1. + h2. File system setup and mouning diff --git a/_posts/sysadm/2023-09-15-lvm-cheat-sheet.tl b/_posts/sysadm/2023-09-15-lvm-cheat-sheet.tl index a893208..cfb125d 100644 --- a/_posts/sysadm/2023-09-15-lvm-cheat-sheet.tl +++ b/_posts/sysadm/2023-09-15-lvm-cheat-sheet.tl @@ -7,7 +7,7 @@ Example commands for common LVM related tasks. h2. RAID -h3. Convert existing LV to RAID1 +h3(#convert-lv-to-raid1). Convert existing LV to RAID1 Extend VG containing the LV with additional PV before conversion. {% highlight bash %}