[MDEV-11495] galera_new_cluster and galera_recovery do not support suffixes Created: 2016-12-06 Updated: 2016-12-07 Resolved: 2016-12-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Scripts & Clients |
| Affects Version/s: | 10.1.19 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As described in the following blog post, MariaDB's systemd service file supports multiple instances as defined by a unique suffix for each instance: http://nirbhay.in/blog/2016/06/systemd-managing-multiple-mariadb-instances/ galera_new_cluster and galera_recovery should also allow the user to specify the suffix. The systemd service file should also pass the suffix to galera_recovery. |
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2016-12-07 ] | ||||
|
galera_recovery.sh already gets the suffix via -
And, galera_new_cluster.sh also accepts the service name at command-line.
|