lauv-aux: export NFS filesystems in async mode.

This commit is contained in:
Ricardo Martins 2015-09-04 16:03:04 +01:00
parent d1474af68a
commit 0a6ba4ef78
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ start_nfs_server()
echo "* Exporting NFS filesystems..."
/usr/bin/exportfs \
-o rw,sync,no_root_squash,no_subtree_check \
-o rw,async,no_root_squash,no_subtree_check \
10.0.0.0/16:"$cfg_lauv_storage_dir"
if [ $? -ne 0 ]; then
echo "ERROR: failed to export filesystems."