Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.16-galera
-
CentOS 7
Description
After installing MariaDB Galera from YUM repo, could not find bootstrap command option for starting cluster:
[root@node1 ~]# systemctl start mysql --wsrep_new_cluster
|
systemctl: unrecognized option '--wsrep_new_cluster'
|
As with PXC:
[root@node1 ~]# systemctl start mysql@bootstrap.service
|
Failed to issue method call: Unit mysql@bootstrap.service failed to load: No such file or directory.
|
 |
[root@node1 ~]# systemctl bootstrap mysql.service
|
Unknown operation 'bootstrap'.
|