Documentation bug in https://docs.percona.com/percona-xtradb-cluster/8.0/garbd-howto.html?h=garbd#start-garbd-and-configuration

Description

There is a documentation bug at

The config file has an incorrect example,

# GALERA_OPTIONS="socket.ssl_cert=/etc/ssl/mysql/server-key.pem;socket./etc/ssl/mysql/server-key.pem"

Incorrect/typo while defining the parameters,

There should be socket.ssl_key and socket.ssl_ca defined

However the example shows that both ssl_cert points to key

another parameter is incomplete and just ends at socket. which is incomplete.

It should be socket.ssl_ca and socket.ssl_cert as below,

GALERA_OPTIONS="base_port=5567;gmcast.listen_addr=tcp://0.0.0.0:5567;socket.ssl_cert=/var/lib/certs/server-cert.pem; socket.ssl_key=/var/lib/certs/server-key.pem; socket.ssl=YES; socket.ssl_ca=/var/lib/certs/ca.pem"

Thanks,

Yunus Shaikh.

Environment

None

Activity

Show:

patrick.birch July 13, 2024 at 4:09 PM

This is from a Codership file with a copyright.

patrick.birch July 13, 2024 at 2:19 PM
Edited

This is a Codership example of a config file.

 

Copyright (C) 2013-2015 Codership Oy

This config file is to be sourced by garb service script.

Won't Do

Details

Assignee

Reporter

Needs QA

No

Components

Affects versions

Priority

Smart Checklist

Created July 13, 2024 at 12:10 PM
Updated July 13, 2024 at 4:09 PM
Resolved July 13, 2024 at 4:09 PM