Skip to content
Snippets Groups Projects
Commit 1d74a786 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=17477

i=Yury.Umanets
run acc-sm:formatall() only if forced
parent aa651cab
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,8 @@ setup_if_needed() {
fi
echo "Lustre is not mounted, trying to do setup SETUP=$SETUP ... "
$FORMAT && $SETUP
[ "$REFORMAT" ] && $FORMAT
$SETUP
MOUNTED=$(mounted_lustre_filesystems)
if ! $(echo $MOUNTED | grep -w -q $MOUNT); then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment