Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created June 26, 2024 06:13
Show Gist options
  • Save parsibox/fcc78a3de01edbc8ed1d8ef12209ca82 to your computer and use it in GitHub Desktop.
Save parsibox/fcc78a3de01edbc8ed1d8ef12209ca82 to your computer and use it in GitHub Desktop.
fix multipath
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