[root@iondelsvr14 ~]# vdsm-tool config-lvm-filter
Analyzing host...
Found these mounted logical volumes on this host:
This is the recommended LVM filter for this host:
filter = [ "r|.*|" ]
This filter allows LVM to access the local devices used by the
hypervisor, but not shared storage owned by Vdsm. If you add a new
device to the volume group, you will need to edit the filter manually.
To use the recommended filter we need to add multipath
blacklist in /etc/multipath/conf.d/vdsm_blacklist.conf:
blacklist {
wwid "362cea7f0c4c75d0028def9c015471c79"
}
Configure host? [yes,NO]
[root@iondelsvr14 ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 446.6G 0 disk
├─sda1 8:1 0 4.7G 0 part /boot
├─sda2 8:2 0 139.7G 0 part /
├─sda3 8:3 0 46.6G 0 part /home
├─sda4 8:4 0 1K 0 part
├─sda5 8:5 0 46.6G 0 part /opt
├─sda6 8:6 0 18.6G 0 part /tmp
└─sda7 8:7 0 29.8G 0 part [SWAP]
[root@iondelsvr14 ~]# multipath -ll
[root@iondelsvr14 ~]#