Link VG extension

This commit is contained in:
cryptogopher 2023-11-18 22:20:13 +01:00
parent 293458788c
commit 9bdf692a16
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

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