lauv-aux: export NFS filesystems in async mode.
This commit is contained in:
parent
d1474af68a
commit
0a6ba4ef78
@ -88,7 +88,7 @@ start_nfs_server()
|
|||||||
|
|
||||||
echo "* Exporting NFS filesystems..."
|
echo "* Exporting NFS filesystems..."
|
||||||
/usr/bin/exportfs \
|
/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"
|
10.0.0.0/16:"$cfg_lauv_storage_dir"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "ERROR: failed to export filesystems."
|
echo "ERROR: failed to export filesystems."
|
||||||
|
Reference in New Issue
Block a user