Hey G!
Didn't you write some time ago that you used FC storage? Perhaps you can answer Jacob's question...
/K
Hi,
I did something similar in the past with these differences:
- oVirt was the same on both source and dest env
- oVirt version was probably 3.6
- none of the two FC sans were visible by one environment
What I successfully did was something like this, copying lun-to-lun over network:
create target lun of same size as source
we stopped all the vms on source side
detached the storage domain on source side
copy over network from one lun to the other one with something like this connected to source_node1
dd if=/dev/mapper/lun1 bs=1024k | gzip | ssh target_node1 "gunzip | dd of=/dev/mapper/lun2 bs=1024k"
imported domain on the new environment
Then, imported all the vms.
I remember I only had problems with importing templates.
Probably there is a related mail of mine in the archives.
I can check it and report...
HIH,
Gianluca