Bug #90042 | systemd support for ndbmtd | ||
---|---|---|---|
Submitted: | 13 Mar 2018 8:25 | Modified: | 14 Mar 2018 4:38 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Packaging | Severity: | S4 (Feature request) |
Version: | 7.6.4 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | ndbd, ndbmtd, systemd |
[13 Mar 2018 8:25]
Daniël van Eeden
[13 Mar 2018 9:16]
Daniël van Eeden
== Example ndbmtd.unit [Unit] Description=MySQL Cluster Data Node After=network.target Documentation=man:ndbmtd(8) Documentation=https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster.html [Service] Type=forking EnvironmentFile=-/etc/sysconfig/ndbmtd ExecStart=/usr/sbin/ndbmtd $NDBMTD_OPTIONS Restart=no [Install] WantedBy=multi-user.target == Example sysconfig NDBMTD_OPTIONS="--ndb-connectstring=mymgmtnode.example.com"
[13 Mar 2018 9:17]
Daniël van Eeden
Using --foreground might make sense to allow more integration with journald (e.g. journalctl -u ndbmtd)
[14 Mar 2018 4:38]
MySQL Verification Team
Hello Daniël, Thank you for the report and feature request! Thanks, Umesh