1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-21 09:34:19 +03:00
samba-mirror/ctdb/conf
John Mulligan ac926a506d ctdb-conf: add boolean arg for verbosity when loading config
In a future commit we will add support for loading the config file from
the `ctdb` command line tool. Prior to this change the config file load
func always called D_NOTICE that causes the command to emit new text and
thus break all the tests that rely on the specific test output (not to
mention something users could notice). This change plumbs a new
`verbose` argument into some of the config file loading functions.
Generally, all existing functions will have verbose set to true to match
the existing behavior. Future callers of this function can set it to
false in order to avoid emitting the extra text.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2024-08-06 00:43:36 +00:00
..
cluster_conf.c ctdb-conf: add "nodes list" configuration option 2024-08-06 00:43:36 +00:00
cluster_conf.h ctdb-conf: add "nodes list" configuration option 2024-08-06 00:43:36 +00:00
conf_tool.c ctdb-conf: add boolean arg for verbosity when loading config 2024-08-06 00:43:36 +00:00
conf_tool.h
conf.c ctdb-conf: add boolean arg for verbosity when loading config 2024-08-06 00:43:36 +00:00
conf.h ctdb-conf: add boolean arg for verbosity when loading config 2024-08-06 00:43:36 +00:00
ctdb_config.c ctdb-conf: add boolean arg for verbosity when loading config 2024-08-06 00:43:36 +00:00
ctdb_config.h ctdb-conf: add boolean arg for verbosity when loading config 2024-08-06 00:43:36 +00:00
database_conf.c
database_conf.h
event_conf.c
event_conf.h
failover_conf.c
failover_conf.h
legacy_conf.c
legacy_conf.h
logging_conf.c
logging_conf.h
node.c ctdb-conf: add ctdb_read_nodes_cmd function 2024-08-06 00:43:36 +00:00
node.h ctdb-conf: Add a common node address handling module 2024-07-23 11:37:34 +00:00