Updated
This commit is contained in:
7
debian/notes/lvm-resize-lv.txt
vendored
Normal file
7
debian/notes/lvm-resize-lv.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# For resize logical volume need know volume group, logical volume and size to/max free size
|
||||
|
||||
# List of logical volumes
|
||||
lvs --all
|
||||
|
||||
# In my example I have vg_debian as volume group and wont resize lv_data
|
||||
lvextend /dev/mapper/vg_debian-lv_data -l +100%FREE
|
||||
Reference in New Issue
Block a user