Hi what would be the best approach to transfer 4 KVMs on local storage on server 1 to server 2 connected to SAN storage (with LVM over it).
command on server 2 with SAN
pvs
PV VG Fmt Attr PSize PFree
/dev/sda2 pve lvm2 a-- 297.59g 16.00g
/dev/sdb SANGROUP lvm2 a-- 1.17t 1.14t
vgs
VG #PV #LV #SN Attr VSize VFree
SANGROUP 1 2 0 wz--n- 1.17t 1.14t
pve 1 3 0 wz--n- 297.59g 16.00g
lvs
LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert
vm-100-disk-1 SANGROUP -wi-a--- 31.00g
vm-333-disk-1 SANGROUP -wi-a--- 3.00g
data pve -wi-ao-- 200.09g
root pve -wi-ao-- 74.50g
swap pve -wi-ao-- 7.00g
can i backup restore directly from server 1 to server 2 without sharing the SAN ?
Thanks for any info in advance
command on server 2 with SAN
pvs
PV VG Fmt Attr PSize PFree
/dev/sda2 pve lvm2 a-- 297.59g 16.00g
/dev/sdb SANGROUP lvm2 a-- 1.17t 1.14t
vgs
VG #PV #LV #SN Attr VSize VFree
SANGROUP 1 2 0 wz--n- 1.17t 1.14t
pve 1 3 0 wz--n- 297.59g 16.00g
lvs
LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert
vm-100-disk-1 SANGROUP -wi-a--- 31.00g
vm-333-disk-1 SANGROUP -wi-a--- 3.00g
data pve -wi-ao-- 200.09g
root pve -wi-ao-- 74.50g
swap pve -wi-ao-- 7.00g
can i backup restore directly from server 1 to server 2 without sharing the SAN ?
Thanks for any info in advance