davidjumani commented on a change in pull request #224:
URL:
https://github.com/apache/cloudstack-documentation/pull/224#discussion_r683949165
##########
File path: source/installguide/management-server/_database.rst
##########
@@ -287,6 +301,12 @@ same node for MySQL. See `“Install the Database on the
Management Server Node
service mysqld start
+ On SUSE, start MySQL
+
+ .. parsed-literal::
+
+ systemctl start mysql
Review comment:
Added the line to enable it as well
##########
File path: source/installguide/management-server/_database.rst
##########
@@ -331,6 +351,14 @@ same node for MySQL. See `“Install the Database on the
Management Server Node
service iptables restart
+ .. warning::
+ On CentOS 8 / SUSE, firewalld is the default firewall manager and
controls iptables. It is
+ recommended that it be disabled ``systemctl stop firewalld ; systemctl
disable firewalld``
Review comment:
Added the reason as well
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]