Tests - exportfs stub needs to print out export options.
[ctdb.git] / tests / eventscripts / stubs / exportfs
1 #!/bin/sh
2
3 opts="10.0.0.0/16(rw,async,insecure,no_root_squash,no_subtree_check)"
4
5 for i in $FAKE_SHARES ; do
6     echo "${i} ${opts}"
7 done