mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
ACL order issues Do not block multicast traffic for vrrp Many smaller bug fixes checkrouter provided in /opt/cloud/bin
9 lines
211 B
Bash
Executable File
9 lines
211 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
STATUS=$(cat /etc/cloudstack/cmdline.json | grep redundant_state | awk '{print $2;}' | sed -e 's/[,\"]//g')
|
|
if [ "$?" -ne "0" ]
|
|
then
|
|
STATUS=MASTER
|
|
fi
|
|
echo "Status: ${STATUS}&Bumped: NO"
|