Skip to content
Snippets Groups Projects
Commit 476a01b3 authored by Nathan Rutman's avatar Nathan Rutman
Browse files

b=13146

i=brian
always df
parent 7697e3a2
No related merge requests found
...@@ -360,8 +360,10 @@ wait_for() { ...@@ -360,8 +360,10 @@ wait_for() {
client_df() { client_df() {
# not every config has many clients # not every config has many clients
if [ ! -z "$CLIENTS" ]; then if [ -n "$CLIENTS" ]; then
$PDSH $CLIENTS "df $MOUNT" > /dev/null $PDSH $CLIENTS "df $MOUNT" > /dev/null
else
df $MOUNT > /dev/null
fi fi
} }
......
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