[MDEV-10233] Support bootstraping a Galera cluster with mysqld_multi Created: 2016-06-14 Updated: 2016-06-28 Resolved: 2016-06-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Scripts & Clients |
| Affects Version/s: | 10.1.14 |
| Fix Version/s: | 10.1.15 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
linux |
||
| Description |
|
Starting a Galera cluster with mysqld_multi currently requires to manually add (and later remove) --wsrep-new-cluster in the config block of the mysqld instance that is supposed to become the first cluster node. I suggest to add a --new-cluster option to mysqld_multi that will add --wsrep-new-cluster to the mysqld command line of each server process started by mysqld_multi --new-cluster start ... |
| Comments |
| Comment by Hartmut Holzgraefe [ 2016-06-14 ] | |||||||||||||||||||||||||||||||
|
Suggested patch:
| |||||||||||||||||||||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-06-21 ] | |||||||||||||||||||||||||||||||
|
http://lists.askmonty.org/pipermail/commits/2016-June/009471.html | |||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2016-06-27 ] | |||||||||||||||||||||||||||||||
|
ok to push |