fix vagrant provisioning script
This commit is contained in:
parent
931e255bd9
commit
fc02fc4dc1
|
|
@ -31,11 +31,11 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
# Enable multipathing
|
||||
sudo tee /etc/multipath.conf << EOF
|
||||
defaults {
|
||||
defaults {
|
||||
user_friendly_names yes
|
||||
find_multipaths yes
|
||||
}
|
||||
EOF
|
||||
}
|
||||
EOF
|
||||
|
||||
sudo systemctl enable multipath-tools.service
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue