From 65ff8b4b7b707f288d8bfef979553394dad749db Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 15 Aug 2011 15:40:35 +1000 Subject: Tests - exportfs stub needs to print out export options. This is needed due to bd39b91ad12fd05271a7fced0e6f9d8c4eba92e6. Signed-off-by: Martin Schwenke (This used to be ctdb commit 92f8e31f6995836b1668639a4dac2862efee269a) --- ctdb/tests/eventscripts/stubs/exportfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit