Merge "Add healthcheck script for iSCSId"

This commit is contained in:
Zuul 2018-02-22 19:36:11 +00:00 committed by Gerrit Code Review
commit d9f267db85

4
healthcheck/iscsid Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
socat - ABSTRACT-CONNECT:ISCSIADM_ABSTRACT_NAMESPACE </dev/null
exit $?