Skip to content
Snippets Groups Projects
Commit 83a412d8 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Remove storage b from checks due to decommissioning

parent bb6f735e
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ mesg="NODE_IS_HEALTHY = True"
# check storage server:
#for fs in 8/dmueller 9/cheidecker b/amsdata; do
for fs in 9/cheidecker b/amsdata; do
for fs in 9/cheidecker; do
if [ ! -d "/storage/$fs" ] ; then
mesg="NODE_IS_HEALTHY = \"storage ${fs%/*} is not mounted\""
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment