Created
June 26, 2024 06:13
-
-
Save parsibox/fcc78a3de01edbc8ed1d8ef12209ca82 to your computer and use it in GitHub Desktop.
fix multipath
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run vi /etc/multipath.conf and add this to the file: | |
defaults { | |
user_friendly_names yes | |
} | |
blacklist { | |
device { | |
vendor "VMware" | |
product "Virtual disk" | |
} | |
} | |
Restart the multipath-tools service: | |
sudo systemctl restart multipath-tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment