You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/12/30 07:02:01 UTC

[GitHub] [cloudstack-documentation] DaanHoogland commented on a diff in pull request #290: Update _nfs.rst

DaanHoogland commented on code in PR #290:
URL: https://github.com/apache/cloudstack-documentation/pull/290#discussion_r1059265944


##########
source/installguide/management-server/_nfs.rst:
##########
@@ -162,7 +162,7 @@ operating system version.
 
       exportfs -a
 
-#. Edit the /etc/sysconfig/nfs file.
+#. Edit the /etc/sysconfig/nfs file(if not exists, create one).

Review Comment:
   ```suggestion
   #. Edit the /etc/sysconfig/nfs file (if it doesn´t exist, create one).
   ```



##########
source/installguide/management-server/_nfs.rst:
##########
@@ -179,7 +179,7 @@ operating system version.
       STATD_PORT=662
       STATD_OUTGOING_PORT=2020
 
-#. Edit the /etc/sysconfig/iptables file.
+#. Edit the /etc/sysconfig/iptables file(if not exists, create one).

Review Comment:
   ```suggestion
   #. Edit the /etc/sysconfig/iptables file (if it doesn´t exist, create one).
   ```



##########
source/installguide/management-server/_nfs.rst:
##########
@@ -246,15 +246,21 @@ operating system version.
          chkconfig rpcbind on
          reboot
 
+   #. The command chkconfig is no longer available in Ubuntu, to check if the nfs service has been running, use following command, if you see words like *nfsd*, the service has been started succcessfully:

Review Comment:
   ```suggestion
      #. The command chkconfig is no longer available on Ubuntu systems. To check if the nfs service has been running, use following command, if you see words like *nfsd*, the service has been started successfully:
   ```
   I also sugest adding the version of ubuntu from which it is no longer available



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org