Skip to content

Commit

Permalink
CTDB: change public_addresses validate-all warning to info
Browse files Browse the repository at this point in the history
  • Loading branch information
oalbrigt committed Jan 5, 2023
1 parent 21666c5 commit 8a7f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/CTDB.in
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ ctdb_validate() {
fi

if [ -f "${OCF_RESKEY_ctdb_config_dir}/public_addresses" ]; then
ocf_log warn "CTDB file '${OCF_RESKEY_ctdb_config_dir}/public_addresses' exists - CTDB will try to manage IP failover!"
ocf_log info "CTDB file '${OCF_RESKEY_ctdb_config_dir}/public_addresses' exists - CTDB will try to manage IP failover!"
fi

if [ ! -f "$OCF_RESKEY_ctdb_config_dir/nodes" ]; then
Expand Down

0 comments on commit 8a7f40b

Please sign in to comment.