Skip to content

Commit

Permalink
document bootstrap pitfall, refs #116
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jun 27, 2022
1 parent 6f866fa commit 148db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ This module was created to work in tandem with the puppetlabs-mysql module, rath

Of note is an `exec` that will start the mysql service with parameters which will bootstrap/start a new cluster, but only if it cannot open the comms port to any other node in the provided list. This is done with a simple `nc` command and should not be considered terribly reliable.

Furthermore the bootstrap functionality may be considered harmful. A better approach is currently being discussed and will be included in a future release ([GH-116](https://github.com/fraenki/puppet-galera/issues/116)).
Furthermore the bootstrap functionality may be considered harmful for existing clusters. For extra safety, the bootstrap command may be set to something like `/bin/false` (see [GH-116](https://github.com/fraenki/puppet-galera/issues/116) for more information).

## Development

Expand Down

0 comments on commit 148db51

Please # to comment.