tripleo-common/healthcheck/multipathd

7 lines
129 B
Bash
Executable File

#!/bin/bash
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
multipathd show status
exit $?