diff --git a/files/fuel-ha-utils/ocf/mysql-wss b/files/fuel-ha-utils/ocf/mysql-wss index e81b121244..c003601094 100644 --- a/files/fuel-ha-utils/ocf/mysql-wss +++ b/files/fuel-ha-utils/ocf/mysql-wss @@ -284,8 +284,8 @@ update_node_gtid() { -e "SHOW STATUS LIKE 'wsrep_last_committed'" | awk '{print $NF}') GTID="$CLUSTER_ID:$COMMIT_ID" else - GTID=$(${OCF_RESKEY_binary} --wsrep-recover \ - --log-error=/dev/stdout 2>&1 | grep -e 'Recovered position' -e 'wsrep_start_position' | grep -Eo "${UUID_REGEX}") + GTID=$(${OCF_RESKEY_binary} --wsrep-recover 2>&1 | \ + grep -e 'Recovered position' -e 'wsrep_start_position' | grep -Eo "${UUID_REGEX}") [ -z "${GTID}" ] && GTID=$(cat ${OCF_RESKEY_datadir}/grastate.dat \ | awk '/uuid/ { uuid = $NF} /seqno/ { seqno = $NF} END {print uuid":"seqno}') fi