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

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