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
セクションでデバイスを 指定する場合、それらがブラックリストで指定されているのと同じ方法で exception を 指定する必要があります。例えば、そのブラックリストされたデバイスが WWID と関連付けを持つ場合でも、WWID exception は devnode
ブラックリスト エントリで指定されたデバイスへは適用できません。同様に devnode
exception は devnode
エントリのみに適用され、device
exception は デバイスエントリにのみ適用されます。