Re: [ovirt-users] Manually copying VM disks from FC data domain

2017-06-05 Thread Adam Litke
Hmm, try: pvscan /dev/vdc Use fdisk to see if partitions can be read. Also, when you copied the data with dd, did you use the oflag=fsync option? If not, your data could be cached in memory waiting to be flushed to disk even though the dd command completed. Try the copy again with

Re: [ovirt-users] Manually copying VM disks from FC data domain

2017-06-02 Thread Николаев Алексей
  02.06.2017, 16:09, "Adam Litke" :hmm, strange.  So all three of those missing volumes have associated LVs.  Can you try to activate them and see if you can read from them?  lvchange --config 'global {use_lvmetad=0}' -ay 

Re: [ovirt-users] Manually copying VM disks from FC data domain

2017-06-02 Thread Adam Litke
hmm, strange. So all three of those missing volumes have associated LVs. Can you try to activate them and see if you can read from them? lvchange --config 'global {use_lvmetad=0}' -ay 0fcd2921-8a55-4ff7-9cba- dca6ffb7b67e/3b089aed-b3e1-4423-8585-e65752d19ffe dd

Re: [ovirt-users] Manually copying VM disks from FC data domain

2017-06-01 Thread Николаев Алексей
Thx for your help! 01.06.2017, 16:46, "Adam Litke" :When you say "not visible in oVirt" you mean that you do not see them in the UI? Yes, I can see some VM with prefix "external-" and without disks. Do you know the specific uuids for the missing volumes?  You could use lvm to

Re: [ovirt-users] Manually copying VM disks from FC data domain

2017-06-01 Thread Adam Litke
When you say "not visible in oVirt" you mean that you do not see them in the UI? Do you know the specific uuids for the missing volumes? You could use lvm to check if the LVs are visible to the host. lvs --config 'global {use_lvmetad=0}' -o +tags For each LV, the tag beginning with IU_

Re: [ovirt-users] Manually copying VM disks from FC data domain

2017-05-31 Thread Николаев Алексей
Please advise, where I can find some materials how oVirt (or maybe VDSM) works with block storage, multipath?   30.05.2017, 11:57, "Николаев Алексей" :Hi, community! After import DATA DOMAIN some VM disks not visible in oVirt.Can I manually copy VM disks from data

[ovirt-users] Manually copying VM disks from FC data domain

2017-05-30 Thread Николаев Алексей
Hi, community! After import DATA DOMAIN some VM disks not visible in oVirt.Can I manually copy VM disks from data domain at FC block device? ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users