vsphere-k8s/packer/scripts/disable-multipathd.sh
2022-12-02 15:32:50 -06:00

3 lines
78 B
Bash

#!/bin/bash -eu
sudo systemctl disable multipathd
echo 'Disabling multipathd'