You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.confThe text was updated successfully, but these errors were encountered: