mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Enforce redundant router command line checking in patchsystemvm.sh
This commit is contained in:
parent
e5e76881c6
commit
04cdca07fa
@ -67,7 +67,7 @@ secstorage_svcs() {
|
||||
}
|
||||
|
||||
routing_svcs() {
|
||||
grep "redundant_router" /var/cache/cloud/cmdline > /dev/null
|
||||
grep "redundant_router=1" /var/cache/cloud/cmdline > /dev/null
|
||||
RROUTER=$?
|
||||
chkconfig cloud off
|
||||
chkconfig cloud-passwd-srvr on ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user