<div> </div><div> </div><div>02.06.2017, 16:09, "Adam Litke" &lt;alitke@redhat.com&gt;:</div><blockquote type="cite"><div>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?<br /><br /><font face="monospace, monospace">  lvchange --config 'global {use_lvmetad=0}' -ay <span style="font-size:12.8px;">0fcd2921-8a55-4ff7-9cba-</span><span style="font-size:12.8px;">dca6ffb7b67e/</span><span style="font-size:12.8px;">3b089aed-b3e<span>1-4423-8585</span>-</span><span style="font-size:12.8px;">e65752d19ffe</span></font><div><span style="font-size:12.8px;"><font face="monospace, monospace">  dd if=/dev/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/3b089aed-b3e<span>1-4423-8585</span>-e65752d19ffe of=/dev/null bs=1M count=1</font></span></div></div></blockquote><div><div> </div><div># lvchange --config 'global {use_lvmetad=0}' -ay 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/3b089aed-b3e1-4423-8585-e65752d19ffe</div><div>WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!                                                                                                                                                               </div><div># dd if=/dev/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/3b089aed-b3e1-4423-8585-e65752d19ffe of=/dev/null bs=1M count=1                                                                                                           </div><div>1+0 записей получено                                                                                                                                                                                                                          </div><div>1+0 записей отправлено                                                                                                                                                                                                                        </div><div>скопировано 1048576 байт (1,0 MB), 0,00918524 c, 114 MB/c</div><div> </div><div><div># vchange --config 'global {use_lvmetad=0}' -ay 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/03917876-0e28-4457-bf44-53c7ea2b4d12</div><div>  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!</div><div># dd if=/dev/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/03917876-0e28-4457-bf44-53c7ea2b4d12 of=/dev/null bs=1M count=1</div><div>1+0 записей получено</div><div>1+0 записей отправлено</div><div> скопировано 1048576 байт (1,0 MB), 0,00440839 c, 238 MB/c</div></div><div> </div><div><div># lvchange --config 'global {use_lvmetad=0}' -ay 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/fd8822ee-4fc9-49ba-9760-87a85d56bf91</div><div>  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!</div><div># dd if=/dev/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/fd8822ee-4fc9-49ba-9760-87a85d56bf91 of=/dev/null bs=1M count=1</div><div>1+0 записей получено</div><div>1+0 записей отправлено</div><div> скопировано 1048576 байт (1,0 MB), 0,00448938 c, 234 MB/c</div><div> </div><div>Well, read operation is OK.</div><div> </div></div></div><blockquote type="cite"><div> <div> </div><div><span style="font-size:12.8px;"><font face="arial, helvetica, sans-serif">If this works, then one way to recover the data is to use the UI to create new disks of the same size as the old ones.  Then, activate the LVs associated with the old volumes and the new ones.  Then use dd (or qemu-img convert) to copy from old to new.  Then attach the new disks to your VM.</font></span></div></div></blockquote><div><div><div><div> </div><div>I have create a new disk in the UI and activate it.</div></div></div><div> </div><div>6050885b-5dd5-476c-b907-4ce2b3f37b0a : {"DiskAlias":"r13-sed-app_Disk1-recovery","DiskDescription":""}.</div><div># lvchange --config 'global {use_lvmetad=0}' -ay 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/6050885b-5dd5-476c-b907-4ce2b3f37b0a</div><div> </div><div>Copy by dd from old DiskAlias:r13-sed-app_Disk1 to new DiskAlias:r13-sed-app_Disk1-recovery</div><div> </div><div><div># dd if=/dev/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/3b089aed-b3e1-4423-8585-e65752d19ffe of=/dev/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/6050885b-5dd5-476c-b907-4ce2b3f37b0a status=progress</div><div> скопировано 18215707136 байт (18 GB), 496,661644 s, 36,7 MB/ss</div><div>35651584+0 записей получено</div><div>35651584+0 записей отправлено</div><div> скопировано 18253611008 байт (18 GB), 502,111 c, 36,4 MB/c</div><div> </div><div>Add new disk to existing VM (vdc). But I can't see LVM volumes on this disk. Where can I be wrong?</div><div> </div><div><div># lsblk</div><div>NAME                              MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT</div><div>sr0                                11:0    1 1024M  0 rom  </div><div>vda                               252:0    0   50G  0 disk</div><div>├─vda1                            252:1    0  200M  0 part /boot</div><div>└─vda2                            252:2    0 49,8G  0 part</div><div>  ├─vg_r34seddb-LogVol03 (dm-0)   253:0    0 26,8G  0 lvm  /</div><div>  ├─vg_r34seddb-LogVol02 (dm-1)   253:1    0    8G  0 lvm  [SWAP]</div><div>  ├─vg_r34seddb-LogVol01 (dm-3)   253:3    0    5G  0 lvm  /tmp</div><div>  └─vg_r34seddb-LogVol00 (dm-4)   253:4    0   10G  0 lvm  /var</div><div>vdb                               252:16   0 1000G  0 disk</div><div>└─vdb1                            252:17   0 1000G  0 part</div><div>  └─vg_r34seddb00-LogVol00 (dm-2) 253:2    0 1000G  0 lvm  /var/lib/pgsql</div><div>vdc                               252:32   0   50G  0 disk</div></div></div></div><blockquote type="cite"><div><div> </div></div><div> <div>On Thu, Jun 1, 2017 at 6:44 PM, Николаев Алексей <span>&lt;<a target="_blank" href="mailto:alexeynikolaev.post@yandex.ru">alexeynikolaev.post@yandex.ru</a>&gt;</span> wrote:<blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Thx for your help!</div><div> </div><div>01.06.2017, 16:46, "Adam Litke" &lt;<a target="_blank" href="mailto:alitke@redhat.com">alitke@redhat.com</a>&gt;:</div><blockquote type="cite"><div><span>When you say "not visible in oVirt" you mean that you do not see them in the UI? </span></div></blockquote><div><br />Yes, I can see some VM with prefix "external-" and without disks.</div><div><span> </span></div><blockquote type="cite"><div><span>Do you know the specific uuids for the missing volumes?  You could use lvm to check if the LVs are visible to the host.</span><div><span> </span></div><div><span>lvs --config 'global {use_lvmetad=0}' -o +tags</span></div><div><span> </span></div><div><span>For each LV, the tag beginning with IU_ indicates the image the volume belongs to.</span></div></div></blockquote><div><span> </span></div><div>  LV                                   VG                                   Attr       LSize    Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert LV Tags                                                                              <div>  <span>03917876-0</span>e28-4457-bf44-53c7ea2b4d12 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------  117,00g                                                     IU_3edd1f60-fd43-4e12-9615-b12bcd1a17ab,MD_6,PU_<span>00000000</span>-<span>0000-0000-0000-000000000000</span></div><div>  309a325a-6f13-4a24-b204-e825ddbf0e41 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-ao----  300,00g                                                     IU_9cbde83c-7d1d-4b78-bc7a-6d540584c888,MD_17,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  3b089aed-b3e<span>1-4423-8585</span>-e65752d19ffe 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------   17,00g                                                     IU_986849a8-04ea-4b7d-a29f-f023da9020b3,MD_5,PU_<span>00000000</span>-<span>0000-0000-0000-000000000000</span></div><div>  48b6f4f5-9eeb-4cf3-922a-c9c0c2239bee 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------  128,00m                                                     IU_caed7169-0c90-467f-86d3-a82148b1f0af,MD_10,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  7700e1e1-351b-49b5-8681-e121bbf67177 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------   83,00g                                                     IU_9cf3a<span>067-2996-4</span>ff2-b481-b13f7cc73c33,MD_7,PU_<span>00000000</span>-<span>0000-0000-0000-000000000000</span></div><div>  91a7aa8c-4e13-477c-8703-d8224b85bc84 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-ao---- 1000,00g                                                     IU_fd2ecb98-a8c5-4aff-a6d3-7ac3087ab994,MD_15,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  a3f29de7-c6b9-410e-b635-9b3016da7ba2 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------    7,50g                                                     IU_71f18680-1b93-4a2a-9bd1-95baeccf2d89,MD_11,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  ba26f8b7-b807-4a6c-a840-6a83e8ec526e 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------    8,00g                                                     IU_e204e228-fa35-4457-a31d-3b<span>7964156538</span>,MD_8,PU_<span>00000000</span>-<span>0000-0000-0000-000000000000</span></div><div>  ba29b8fd-3618-42d6-a70f-17d883fde0ed 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------   50,00g                                                     IU_c46d5cbb-<span>1802-4086</span>-a31a-5b3f0b874454,MD_16,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  ba92b<span>801-3619-4753-9</span>e06-3e2028a408cb 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------  128,00m                                                     IU_0d0983f0-60d7-4ce0-bf1b-12cfc456acd8,MD_9,PU_<span>00000000</span>-<span>0000-0000-0000-000000000000</span></div><div>  c0bcf836-c<span>648-4421-9340</span>-febcc0e0abfe 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------   50,00g                                                     IU_4fe1b047-60b2-4bc3-b73b-2fad8a81cc02,MD_13,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  c1d08688-aad1-478e-82a3-e5b5fde85706 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-ao---- 1000,00g                                                     IU_f58cd721-d8b8-4794-b059-8789a9fecf62,MD_18,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  c7a4782f-cde6-40db-a625-810fd2856dfa 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------  300,00g                                                     IU_8917cb1a-8bd4-4386-a95a-0189a04866ad,MD_19,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  cb36e25a-b9b2-4f54-9b03-a10837bc26ab 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------   50,00g                                                     IU_e<span>8720901-0383-4266-98</span>a7-fb5b9fb27e52,MD_14,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  f60ccaa4-663b-4a39-8ad0-2ed3fb208cb0 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------   50,00g                                                     IU_f0d441bb-2bd2-4523-ab59-beef544727b5,MD_12,PU_<span>00000000-0000-0000-0000</span>-<span>000000000000</span></div><div>  fd8822ee-4fc9-49ba-9760-87a85d56bf91 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-------  413,00g                                                     IU_7be49698-f3a5-4995-b411-f0490a819950,MD_4,PU_<span>00000000</span>-<span>0000-0000-0000-000000000000</span></div><div>  ids                                  0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-ao----  128,00m                                                                                                                                          </div><div>  inbox                                0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-a-----  128,00m                                                                                                                                          </div><div>  leases                               0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-a-----    2,00g                                                                                                                                          </div><div>  master                               0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-a-----    1,00g                                                                                                                                          </div><div>  metadata                             0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-a-----  512,00m                                                                                                                                          </div><div>  outbox                               0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e -wi-a-----  128,00m                                                                                                                                          </div><div>  root                                 centos_node13-05                     -wi-ao----  101,49g                                                                                                                                          </div><div>  swap                                 centos_node13-05                     -wi-ao----    9,77g                                                                                                                                          </div><div>  lv-filestore                         vg-filestore                         -wi-a----- 1000,00g                                                                                                                                          </div><div>  lv-opt                               vg-opt                               -wi-a-----  300,00g                                                                                                                                          </div><div>  lv-postgres                          vg-postgres                          -wi-a----- 1000,00g</div></div><div><span> </span></div><blockquote type="cite"><div><div><span> </span></div><div><span>You could also try to use the vdsm commands:</span></div></div></blockquote><div><br />I can only use vdsClient at 3.5....</div><div><span> </span></div><blockquote type="cite"><div><div><span> </span></div><div><span># Get the storage pool id</span></div><div><span>sudo vdsm-client Host getConnectedStoragePools </span></div></div></blockquote><div><span> </span></div><div><div>dsClient -s 0 getConnectedStoragePoolsList</div><div> </div><div><span>00000002-0002-0002-0002</span>-<span>00000000009</span>b</div><div> </div></div><blockquote type="cite"><div><div><span> </span></div><div><span># Get a list of storagedomain IDs</span></div><div><span>sudo vdsm-client Host getStorageDomains # gives you a list of storagedomainIDs</span></div></div></blockquote><div><div> </div><div>vdsClient -s 0 getStorageDomainsList</div><div> </div><div>0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e</div></div><div><span> </span></div><blockquote type="cite"><div><div><span> </span></div><div><span># Get a list of image ids on a domain</span></div><div><span>sudo vdsm-client StorageDomain getImages sdUUID=&lt;domain id&gt;</span></div></div></blockquote><div><span> </span></div><div><div>vdsClient -s 0 getImagesList 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e</div><div> </div><div>c46d5cbb-<span>1802-4086</span>-a31a-5b3f0b874454</div><div>f0d441bb-2bd2-4523-ab59-beef544727b5</div><div>4fe1b047-60b2-4bc3-b73b-2fad8a81cc02</div><div>0d0983f0-60d7-4ce0-bf1b-12cfc456acd8</div><div>71f18680-1b93-4a2a-9bd1-95baeccf2d89</div><div>caed7169-0c90-467f-86d3-a82148b1f0af</div><div>986849a8-04ea-4b7d-a29f-f023da9020b3</div><div>9cf3a<span>067-2996-4</span>ff2-b481-b13f7cc73c33</div><div>3edd1f60-fd43-4e12-9615-b12bcd1a17ab</div><div>e<span>8720901-0383-4266-98</span>a7-fb5b9fb27e52</div><div>fd2ecb98-a8c5-4aff-a6d3-7ac3087ab994</div><div>e204e228-fa35-4457-a31d-3b<span>7964156538</span></div><div>f58cd721-d8b8-4794-b059-8789a9fecf62</div><div>8917cb1a-8bd4-4386-a95a-0189a04866ad</div><div>9cbde83c-7d1d-4b78-bc7a-6d540584c888</div><div>7be49698-f3a5-4995-b411-f0490a819950</div><div> </div></div><blockquote type="cite"><div><div><span> </span></div><div><span># Get a list of volume ids in an image</span></div><div><span>sudo vdsm-client Image getVolumes imageID=&lt;image&gt; storagepoolID=&lt;pool&gt; storagedomainID=&lt;domain&gt;</span></div></div></blockquote><div><span> </span></div><div><div>vdsClient -s 0 getVolumesList 0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e <span>00000002-0002-0002-0002</span>-<span>00000000009</span>b</div><div> </div><div>ERROR: ba29b8fd-3618-42d6-a70f-17d883fde0ed : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/c46d5cbb-<span>1802-4086</span>-a31a-5b3f0b874454',)", 'code': 254}}</div><div>ERROR: f60ccaa4-663b-4a39-8ad0-2ed3fb208cb0 : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/f0d441bb-2bd2-4523-ab59-beef544727b5',)", 'code': 254}}</div><div>ERROR: c0bcf836-c<span>648-4421-9340</span>-febcc0e0abfe : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/4fe1b047-60b2-4bc3-b73b-2fad8a81cc02',)", 'code': 254}}</div><div>ba92b<span>801-3619-4753-9</span>e06-3e2028a408cb : {"Updated":true,"Disk Description":"OVF_STORE","Storage Domains":[{"uuid":"0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e"}],"Last Updated":"Tue May 30 11:50:06 MSK 2017","Size":61440}.</div><div>ERROR: a3f29de7-c6b9-410e-b635-9b3016da7ba2 : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/71f18680-1b93-4a2a-9bd1-95baeccf2d89',)", 'code': 254}}</div><div>48b6f4f5-9eeb-4cf3-922a-c9c0c2239bee : {"Updated":true,"Disk Description":"OVF_STORE","Storage Domains":[{"uuid":"0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e"}],"Last Updated":"Tue May 30 11:50:06 MSK 2017","Size":61440}.</div><div>3b089aed-b3e<span>1-4423-8585</span>-e65752d19ffe : {"DiskAlias":"r13-sed-app_Disk1","DiskDescription":""}.</div><div>7700e1e1-351b-49b5-8681-e121bbf67177 : {"DiskAlias":"r13-sed-db_Disk2","DiskDescription":""}.</div><div><span>03917876-0</span>e28-4457-bf44-53c7ea2b4d12 : {"DiskAlias":"r13-sed-app_Disk2","DiskDescription":""}.</div><div>ERROR: cb36e25a-b9b2-4f54-9b03-a10837bc26ab : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/e<span>8720901-0383-4266-98</span>a7-fb5b9fb27e52',)", 'code': 254}}</div><div>ERROR: 91a7aa8c-4e13-477c-8703-d8224b85bc84 : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/fd2ecb98-a8c5-4aff-a6d3-7ac3087ab994',)", 'code': 254}}</div><div>ba26f8b7-b807-4a6c-a840-6a83e8ec526e : {"DiskAlias":"r13-sed-db_Disk1","DiskDescription":""}.</div><div>ERROR: c1d08688-aad1-478e-82a3-e5b5fde85706 : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/f58cd721-d8b8-4794-b059-8789a9fecf62',)", 'code': 254}}</div><div>ERROR: c7a4782f-cde6-40db-a625-810fd2856dfa : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/8917cb1a-8bd4-4386-a95a-0189a04866ad',)", 'code': 254}}</div><div>ERROR: 309a325a-6f13-4a24-b204-e825ddbf0e41 : {'status': {'message': "Image path does not exist or cannot be accessed/created: ('/rhev/data-center/mnt/blockSD/0fcd2921-8a55-4ff7-9cba-dca6ffb7b67e/images/9cbde83c-7d1d-4b78-bc7a-6d540584c888',)", 'code': 254}}</div><div>fd8822ee-4fc9-49ba-9760-87a85d56bf91 : {"DiskAlias":"r13-sed-app_Disk3","DiskDescription":""}.</div><div> </div></div><div><span> </span></div><blockquote type="cite"><div><div><span> </span></div><div><span> </span></div><div><span>If the wanted images are present on the host but not in engine then you had a problem with import.  If the images are not visible to the host then you probably have some storage connection issue.</span></div></div></blockquote><div><span> </span></div><div>This disks are presented in oVirt and VM works OK.</div><div> </div><div>ba26f8b7-b807-4a6c-a840-6a83e8ec526e : {"DiskAlias":"r13-sed-db_Disk1","DiskDescription":""}.</div><div>7700e1e1-351b-49b5-8681-e121bbf67177 : {"DiskAlias":"r13-sed-db_Disk2","DiskDescription":""}.</div><div> </div><div>I can see another disks that NOT presented in oVirt UI.</div><div> </div><div>3b089aed-b3e<span>1-4423-8585</span>-e65752d19ffe : {"DiskAlias":"r13-sed-app_Disk1","DiskDescription":""}.</div><div><span>03917876-0</span>e28-4457-bf44-53c7ea2b4d12 : {"DiskAlias":"r13-sed-app_Disk2","DiskDescription":""}.</div><div>fd8822ee-4fc9-49ba-9760-87a85d56bf91 : {"DiskAlias":"r13-sed-app_Disk3","DiskDescription":""}.</div><div> </div><div>Is any way to manage/copy this disks?</div><div> </div><div>Another disks with ERROR code are fully corrupted?</div><div><div><div> </div><blockquote type="cite"><div><div> </div></div><div> <div>On Wed, May 31, 2017 at 6:11 PM, Николаев Алексей <span>&lt;<a target="_blank" href="mailto:alexeynikolaev.post@yandex.ru">alexeynikolaev.post@yandex.ru</a>&gt;</span> wrote:<blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Please advise, where I can find some materials how oVirt (or maybe VDSM) works with block storage, multipath?</div><div> </div><div> </div><div> </div><div>30.05.2017, 11:57, "Николаев Алексей" &lt;<a target="_blank" href="mailto:alexeynikolaev.post@yandex.ru">alexeynikolaev.post@yandex.ru</a>&gt;:</div><blockquote type="cite"><div><span>Hi, community!</span></div><div><span> </span></div><div><span>After import DATA DOMAIN some VM disks not visible in oVirt.</span></div><div><span>Can I manually copy VM disks from data domain at FC block device?</span></div>,<p>_______________________________________________<br />Users mailing list<br /><a target="_blank" href="mailto:Users@ovirt.org">Users@ovirt.org</a><br /><a target="_blank" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a></p></blockquote><br />_______________________________________________<br />Users mailing list<br /><a target="_blank" href="mailto:Users@ovirt.org">Users@ovirt.org</a><br /><a target="_blank" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a><br /> </blockquote></div> <div> </div>--<div><div>Adam Litke</div></div></div></blockquote></div></div></blockquote></div> <div> </div>--<div><div>Adam Litke</div></div></div></blockquote>