MT#11063 Sync with bootenv: MT#10959 on proxy nodes set local replication ( second MySQL RO instance )

Change-Id: I36dbbc5251b45dac3d93dfbb2d7ee0d36520b363
changes/12/812/1
Victor Seva 10 years ago
parent 99c90d784d
commit 45ef9ed362

@ -1605,9 +1605,10 @@ EOT
case "$CROLE" in
proxy)
if chroot $TARGET service mysql start 2 ; then
if grml-chroot $TARGET /etc/init.d/mysql start 2 ; then
logit "Configuring MySQL second instance"
chroot $TARGET ngcp-sync-constants -r -s
chroot $TARGET /usr/share/ngcp-ngcpcfg/helper/check-for-mysql 10 2
chroot $TARGET ngcp-sync-constants -r -s --local-repl
else
logit "Can't start MySQL second instance"
fi

Loading…
Cancel
Save