1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-27 09:01:50 +03:00

Initial implementation of the status interface reporter object.

This commit is contained in:
Alexey Yurchenko
2021-08-06 15:34:06 +03:00
parent 0151e98802
commit 4f1c201c9d
13 changed files with 1442 additions and 12 deletions

View File

@ -57,6 +57,9 @@ db::params db::parse_args(int argc, char** argv)
("wsrep-provider-options",
po::value<std::string>(&params.wsrep_provider_options),
"wsrep provider options")
("status-file",
po::value<std::string>(&params.status_file),
"status output file")
("servers", po::value<size_t>(&params.n_servers)->required(),
"number of servers to start")
("topology", po::value<std::string>(&params.topology),