Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Dec 18, 2024
1 parent c01e9e2 commit 88d503c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mysql-role.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ verify_role_state() {

# Ensure role consistency between local state and etcd
ensure_role_consistency() {
set -x
local current_role=$1
local node_id=$2

Expand Down Expand Up @@ -665,6 +666,7 @@ verify_replication_status() {
}

update_node_status() {
set -x
local node_id=$1
local status=$2
local new_role=$3
Expand Down

0 comments on commit 88d503c

Please sign in to comment.