On Tue, Jul 14, 2020 at 10:50 PM Nir Soffer <[email protected]> wrote:

>
>
> Fixing the metadata is not easy.
>
> First you have to find the volumes related to this disk. You can find
> the disk uuid and storage
> domain uuid in engine ui, and then you can find the volumes like this:
>
> lvs -o vg_name,lv_name,tags | grep disk-uuid
>

Only to add that possibly the RHV logical volumes are filtered out at
lvm.conf level, so in this case it could be necessary to bypass the filter
to see the information, like this:

lvs --config 'devices { filter = [ "a|.*|" ] }' -o vg_name,lv_name,tags |
grep disk-uuid

Gianluca
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/QQBFG4AJPG5TUQUVY2NQF37YAK7PPEBI/

Reply via email to