
/usr/bin/lsblk --raw --noheadings --paths --inverse --include 253 --nodeps --output type,name,mountpoint ================================= empty output of above command
could you run it again, but instead of "--include 253" use number you get when run cat /proc/devices |grep device-mapper| cut -f 1 -d ' ' i.e. INC=`cat /proc/devices |grep device-mapper| cut -f 1 -d ' '` && /usr/bin/lsblk --raw --noheadings --paths --inverse --include $INC --nodeps --output type,name,mountpoint
vgs --readonly --config 'devices {filter=["a|.*|"]}' $VG_NAME
==================================== VG #PV #LV #SN Attr VSize VFree 2047ffc7-cb32-4663-81ad-7f4e0becdf13 1 13 0 wz--n- 544.62g 41.00g
sorry, I was interested in LV tags, i.e. the command should be lvs --readonly --config 'devices {filter=["a|.*|"]}' --options vg_name,vg_tags /dev/sdb
remove it from blacklist
but the message in the vdsm_blacklist.conf warns me against manual editing. Ignore ?
yes, it won't be overwritten until you run "vdsm-tool config-lvm-filter" and confirm you want to overwrite it
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org 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/users@ovirt.org/message/MLBFU56KZTUJW NCPKPYC5AS5RWBGSSWK/