This commit is contained in:
2024-05-10 11:34:33 -05:00
parent f0bfc64fd7
commit 4898e984c1
2 changed files with 6 additions and 2 deletions

View File

@@ -579,7 +579,11 @@ STATUS_NODE(){
SSCHK=primary
fi
else
SSCHK=true
if [ "${srvc}" == "keepalived" ] && ([ "${nip}" == "10.2.1.2xx" ] || [ "${nip}" == "10.2.1.51" ]); then
SSCHK=false
else
SSCHK=true
fi
fi
if [ ${SSCHK} != false ]; then