Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 72356e5

Browse files
falcon78921rafaelweingartner
authored andcommitted
Updated MySQL documentation for Cloudstack management server install (#38)
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
1 parent 92b75fa commit 72356e5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

source/management-server/_database.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ MySQL. See :ref:`install-database-on-separate-node`.
6262
max_connections=350
6363
log-bin=mysql-bin
6464
binlog-format = 'ROW'
65+
..
66+
67+
For Ubuntu 16.04 and later, make sure you specify a ``server-id`` in your ``.cnf`` file for binary logging. Set the ``server-id`` according to your database setup.
68+
69+
.. sourcecode:: bash
70+
71+
server-id=master-01
72+
innodb_rollback_on_timeout=1
73+
innodb_lock_wait_timeout=600
74+
max_connections=350
75+
log-bin=mysql-bin
76+
binlog-format = 'ROW'
6577

6678
.. note::
6779
You can also create a file ``/etc/mysql/conf.d/cloudstack.cnf``
@@ -374,4 +386,3 @@ same node for MySQL. See `“Install the Database on the Management Server Node
374386

375387
You should get the output message “CloudStack Management Server setup is
376388
done.”
377-

0 commit comments

Comments
 (0)