vsphere-k8s/packer/scripts/disable-multipathd.sh

4 lines
78 B
Bash
Raw Normal View History

2022-12-02 21:32:50 +00:00
#!/bin/bash -eu
sudo systemctl disable multipathd
echo 'Disabling multipathd'