Skip to content
Snippets Groups Projects
Unverified Commit 542c1412 authored by anarcat's avatar anarcat
Browse files

some improvements to resize procedure

show how to find the PV and resize it, that was omitted!
parent aa65d043
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,17 @@ Then the filesystem needs to be resized inside the VM:
ssh root@test1.torproject.org
Use lvs to display information about logical volumes:
Use `pvs` to display information about the physical volumes:
root@cupani:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sdc vg_test lvm2 a-- <8.00g 1020.00m
Resize the physical volume to take up the new space:
pvresize /dev/sdc
Use `lvs` to display information about logical volumes:
# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment