extend Ubuntu disk in LVM


sudo rescan-scsi-bus
reboot
pvresize /dev/sdd
check the pvdisplay
lvextend /dev/vg1/lg1/
resize2fs /dev/vg1/lg1

留言