Max Thoursie created CLOUDSTACK-586: ---------------------------------------
Summary: exportfs -a gives 'no_subtree_check warning' when following the Installation guide Key: CLOUDSTACK-586 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-586 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Doc Affects Versions: 4.0.0 Environment: Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-29-generic x86_64) Reporter: Max Thoursie Priority: Minor The installation guide says, under 4.5.5.1 and 4.5.5.2 2. To configure the new directories as NFS exports, edit /etc/exports. Export the NFS share(s) with rw,async,no_root_squash. For example: # vi /etc/exports Insert the following line. /export *(rw,async,no_root_squash) Following these instructions, Ubuntu prints the following warning max@ubuntu:~$ sudo exportfs -a exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/export". Assuming default behaviour ('no_subtree_check'). NOTE: this default has changed since nfs-utils version 1.0.x -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira