gestion de la copie des clefs pour les followers

This commit is contained in:
2019-02-22 17:16:04 +01:00
parent f945e19efb
commit 41d45ed2a2
3 changed files with 29 additions and 16 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
function init_ha() {
function init_ha_leader() {
# server with index 1 exists if already instanciate
onezone show 0 | grep -A 3 ^"HA & FEDERATION SYNC STATUS" | tail -n 1 | grep -q ^" 1 "
if [ ! $? = 0 ]; then
@ -13,7 +13,7 @@ function init_ha() {
if [ "$(CreoleGet activer_one_ha)" = "oui" ]; then
if [ "$(CreoleGet one_ha_server_index)" = "0" ]; then
init_ha
init_ha_leader
fi
fi