diff options
-rwxr-xr-x | ctdb/tests/eventscripts/stubs/exportfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/eventscripts/stubs/exportfs b/ctdb/tests/eventscripts/stubs/exportfs index e3859f901f..72a11d5741 100755 --- a/ctdb/tests/eventscripts/stubs/exportfs +++ b/ctdb/tests/eventscripts/stubs/exportfs @@ -1,6 +1,6 @@ #!/bin/sh -opts="10.0.0.0/16" #(rw,async,insecure,no_root_squash,no_subtree_check) +opts="10.0.0.0/16(rw,async,insecure,no_root_squash,no_subtree_check)" for i in $FAKE_SHARES ; do echo "${i} ${opts}" |