Linux - Extend lv with striped, Extend striped lv
Extend lv with striped
Find the disk with stripes# lvs -o+lv_layout,stripes # lvs +o+devices,lv_layout,stripes
# pvs | grep vg_volgroup002 # lsblk | grep '<disks which are present in VG or affected by LV>'
All the striped disk must extend equally
# pvresize /dev/sdp /dev/sdq # vgs # lvresize -L+200G /dev/vg_volgroup002/lv_mylv # resize2fs /dev/vg_volgroup002/lv_mylvonce the disk is extend check for extended disk again
# lvs -o+lv_layout,stripes # lvs +o+devices,lv_layout,stripes
The topic on Linux - Extend lv with striped is posted by - Laxmi
Hope you have enjoyed, Linux - Extend lv with stripedThanks for your time