This database isn't use throughout CTDB, so name the it more
specifically.
Note that this might cause locks to be lost during upgrade to the
first version containing this change.
For testing, a different name is chosen to exercise related
functionality.
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Fri Dec 13 15:01:10 UTC 2024 on atb-devel-224
</para>
<para>
If :TDB is omitted then TDB defaults to
- <filename>ctdb.tdb</filename>.
+ <filename>ctdb_statd_callout.tdb</filename>.
</para>
</listitem>
</varlistentry>
case "$CTDB_STATD_CALLOUT_SHARED_STORAGE" in
"" | persistent_db)
- CTDB_STATD_CALLOUT_SHARED_STORAGE="persistent_db:ctdb.tdb"
+ CTDB_STATD_CALLOUT_SHARED_STORAGE="persistent_db:statd_foo.tdb"
;;
shared_dir)
export CTDB_NFS_SHARED_STATE_DIR="/clusterfs"
case "$statd_callout_mode" in
persistent_db)
if [ -z "$statd_callout_location" ]; then
- statd_callout_location="ctdb.tdb"
+ statd_callout_location="statd_foo.tdb"
fi
check_ctdb_tdb_statd_state "$@"
;;
case "$statd_callout_mode" in
persistent_db)
- statd_callout_db="${statd_callout_location:-ctdb.tdb}"
+ statd_callout_db="${statd_callout_location:-ctdb_statd_callout.tdb}"
statd_callout_queue_dir="${statd_callout_state_dir}/queue"
;;
shared_dir)