Skip to content
Snippets Groups Projects
Commit fa46f110 authored by Maximilian Horzela's avatar Maximilian Horzela
Browse files

Updated to check for `work`

parent 8631c4b8
Branches
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@ for fs in 8/ 9/; do
fi
done
# check work storage
if [ ! -e "/work/checkfile" ] ; then
mesg="NODE_IS_HEALTHY = \"work is not mounted\""
fi
# check ceph storage:
if [ ! -e "/ceph/checkfile" ] ; then
mesg="NODE_IS_HEALTHY = \"ceph is not mounted\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment