Skip to content

Commit 1414d20

Browse files
fmaximusyadvr
authored andcommitted
CLOUDSTACK-9749: Disable password service on ilb systemvm (#1912)
Fix cloud-password-srvr correctly. Made sure it runs on VPC VR, but not on Internal LB
1 parent 9fe5630 commit 1414d20

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

systemvm/patches/debian/config/etc/init.d/cloud-early-config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ EOF
10321032
enable_irqbalance 1
10331033
enable_vpc_rpsrfs 1
10341034
enable_svc cloud 0
1035+
enable_svc cloud-passwd-srvr 1
10351036
disable_rpfilter
10361037
enable_fwding 1
10371038
cp /etc/iptables/iptables-vpcrouter /etc/iptables/rules.v4

systemvm/patches/debian/config/opt/cloud/bin/passwd_server_ip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
. /etc/default/cloud-passwd-srvr
2020
addr=$1;
21-
ENABLED=1
2221
while [ "$ENABLED" == "1" ]
2322
do
2423
python /opt/cloud/bin/passwd_server_ip.py $addr >/dev/null 2>/dev/null

0 commit comments

Comments
 (0)