Skip to content
Snippets Groups Projects
Commit be989e57 authored by Steven Murray's avatar Steven Murray
Browse files

ctaeos-mgm.sh now waits for status of /fst to be online

parent f377f71c
Branches
Tags
No related merge requests found
......@@ -186,6 +186,12 @@ fi
eos mkdir ${EOS_TMP_DIR}
eos chmod 777 ${EOS_TMP_DIR}
echo "Waiting for the EOS disk filesystem using /fst to come on-line"
while test 1 != `eos fs ls /fst | grep online | wc -l`; do
echo "Sleeping 1 second"
sleep 1
done
# test EOS
# eos slow behind us and we need to give it time to be ready
# 5 secs is not enough
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment