unknown
1970-01-01 00:00:00 UTC
pvs #(from VG HnS on PV /dev/sda1, destination PV = /dev/sdc1
PV VG Fmt Attr PSize PFree/dev/sda1 HnS lvm2 a-- 21.83t 10.20t
/dev/sdc1 Data lvm2 a-- 43.66t 39.46t
----
sudo pvmove -n Win /dev/sda1 /dev/sdc1
Required device-mapper target(s) not detected in your kernel(for some reason kernel module isn't auto-loaded??? (the minor bug..))
sudo modprobe dm-mirror
ls -d /sys/module/dm*
/sys/module/dm_bufio/ /sys/module/dm_mirror/ /sys/module/dm_region_hash/ls -d /sys/module/dm*
/sys/module/dm_log/ /sys/module/dm_mod/ /sys/module/dm_snapshot/
---
sudo modprobe dm-<COMPLETE>
dm-bio-prison dm-raid dm-zerodm-persistent-data dm-thin-pool
I'm assuming I only needed the dm-mirror so it could do the
mirroring? What syntax should I be using?
Thanks!