4.2.4. 黑名单之外的设备
You can use the
blacklist_exceptions
section of the configuration file to enable multipathing on devices that have been blacklisted by default. For example, by default, devices with vendor = "IBM" and product = "S/390.*" are blacklisted since usually DASD devices are used for local storage. If you do need to enable multipathing on these devices, uncomment the following lines in the configuration file:
blacklist_exceptions { device { vendor "IBM" product "S/390.*" } }
当在配置文件的
blacklist_exceptions
指定设备时,您必须以指定黑名单的相同方法来指定例外情况。例如:在 devnode
黑名单条目中指定的设备无法使用 WWID 将其指定为例外情况,即使列入黑名单的设备和该 WWID 关联也不行。同样,devnode
例外也只适用于 devnode
条目,而 device
例外只适用于 device 条目。