Create new
pvcreate /dev/sdX vgcreate volgroup /dev/sdX lvcreate -l [extends%] --name [lname] [volgroup] -L [sizeG]
logical colume
| -T | –thin thin lv |
Move all extents (data/vgs&lvs) to another drive
- Pvcreate lvm onto 2nd drive.
- Add the vg to the new 2nd drive pv.
- pvmove [original pv] - will move to only other existing pv
- vgreduce [vg] [original pv]