standby switchover: display "shutdown_check_timeout" value in --dry-run mode

It's useful to be aware of this setting.
This commit is contained in:
Ian Barwick
2020-01-30 10:28:48 +09:00
parent 4d6cff6c42
commit 0141bc2be7
2 changed files with 4 additions and 0 deletions

View File

@@ -4409,6 +4409,9 @@ do_standby_switchover(void)
remote_node_record.node_name,
shutdown_command);
log_info(_("parameter \"shutdown_check_timeout\" is set to %i seconds"),
config_file_options.shutdown_check_timeout);
clear_node_info_list(&sibling_nodes);
key_value_list_free(&remote_config_files);