[ https://issues.apache.org/jira/browse/CLOUDSTACK-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13594199#comment-13594199 ]
Jessica Tomechak commented on CLOUDSTACK-986: --------------------------------------------- I don't think there are equivalent commands for Ubuntu. It's just that those three steps are not required on Ubuntu. Adding (Not applicable on Ubuntu) before the steps should be a good fix. This is how it was in the original docs. In addition, two Ubuntu-specific steps have been deleted from this procedure. If the procedure is meant to be valid for Ubuntu systems, then it is likely these steps should be added back in. First, the very first step should be: 1. (Ubuntu only) Run the following command to enable essential services. # apt-get install portmap nfs-kernel-server Then, after the current step 8 (which will become step 9 if the above is inserted), "Restart the Management Server," add the following: 10. (Ubuntu only) Restart essential services. # service portmap restart # service nfs-kernel-server restart The step after this will be "It is recommended that you also test...". > Add Ubuntu instructions to 'Using the Management Server As the NFS Server' > -------------------------------------------------------------------------- > > Key: CLOUDSTACK-986 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-986 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Doc > Affects Versions: 4.0.0 > Reporter: Chris Sears > Assignee: sebastien goasguen > Priority: Minor > Labels: adminguide > > In the admin guide, most of the content in section '4.5. Management Server > Installation' contains instructions for both CentOS/RHEL and Ubuntu, but the > subsection on 'Using the Management Server As the NFS Server' only has > CentOS/RHEL instructions. We need to add the equivalent Ubuntu commands and > call out the existing instructions as specific to CentOS/RHEL. > This caused some confusion for Ubuntu users who were expecting to find > /etc/sysconfig/*. See http://markmail.org/thread/4erueedboq2tacuo > The subsection in question is here: > http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/Installation_Guide/management-server-install-flow.html#nfs-shares-on-management-server -- 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