Open martinhoyer opened 1 year ago
With certain device-mapper-multipath versions, like those in el8, the /usr/sbin/mpathconf --enable command generates the following defaults section in /etc/multipath.conf:
/usr/sbin/mpathconf --enable
defaults { user_friendly_names yes find_multipaths yes enable_foreign "^$" }
Running commands like augtool -s set "/files/etc/multipath.conf/blacklist/wwid" ".*" will fail due to the "^$" being present in multipath.conf
augtool -s set "/files/etc/multipath.conf/blacklist/wwid" ".*"
With certain device-mapper-multipath versions, like those in el8, the
/usr/sbin/mpathconf --enable
command generates the following defaults section in /etc/multipath.conf:defaults { user_friendly_names yes find_multipaths yes enable_foreign "^$" }
Running commands like
augtool -s set "/files/etc/multipath.conf/blacklist/wwid" ".*"
will fail due to the "^$" being present in multipath.conf