6.4.2. Moving Extents to a New Disk
In this example, the logical volume is distributed across three physical volumes in the volume group
myvg as follows:
We want to move the extents of
/dev/sdb1 to a new device, /dev/sdd1.
6.4.2.1. Creating the New Physical Volume Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Create a new physical volume from
/dev/sdd1.
pvcreate /dev/sdd1 Physical volume "/dev/sdd1" successfully created
# pvcreate /dev/sdd1
Physical volume "/dev/sdd1" successfully created