mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2025-02-18 02:04:39 +00:00
4 lines
78 B
Bash
4 lines
78 B
Bash
|
#!/bin/bash -eu
|
||
|
sudo systemctl disable multipathd
|
||
|
echo 'Disabling multipathd'
|