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/10/25 08:44:19 UTC

[GitHub] [cloudstack-documentation] YangShizhao opened a new pull request, #290: Update _nfs.rst

YangShizhao opened a new pull request, #290:
URL: https://github.com/apache/cloudstack-documentation/pull/290

   fix the wrong command of mount folder to /primary and /secondary;
   add new command to check if the service is running;
   add comments to explain what to do if no file exists;


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [cloudstack-documentation] shwstppr commented on pull request #290: Update _nfs.rst

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on PR #290:
URL: https://github.com/apache/cloudstack-documentation/pull/290#issuecomment-1740605537

   @YangShizhao can you please check the review comments?


-- 
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


[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #290: Update _nfs.rst

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #290:
URL: https://github.com/apache/cloudstack-documentation/pull/290#issuecomment-1337118994

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/290. (QA-JID 5)


-- 
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


Re: [PR] Update _nfs.rst [cloudstack-documentation]

Posted by "YangShizhao (via GitHub)" <gi...@apache.org>.
YangShizhao closed pull request #290: Update _nfs.rst
URL: https://github.com/apache/cloudstack-documentation/pull/290


-- 
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


Re: [PR] Update _nfs.rst [cloudstack-documentation]

Posted by "YangShizhao (via GitHub)" <gi...@apache.org>.
YangShizhao commented on PR #290:
URL: https://github.com/apache/cloudstack-documentation/pull/290#issuecomment-1751644967

   fixed


-- 
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