Apache CloudStack for Arch Linux
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

12 lines
514 B

# Apache CloudStack NFS exports
# Sample configuration file. Configure for your needs.
# The async flag improves performance by allowing the NFS server to respond before writes are committed to the disk.
# Remove the async flag in your mission critical production deployment.
# Primary storage
/var/lib/cloudstack/data/storage/primary/ 10.71.0.0/16(rw,async,no_root_squash,no_subtree_check)
# Secondary storage
/var/lib/cloudstack/data/storage/secondary/ 10.71.0.0/16(rw,async,no_root_squash,no_subtree_check)