File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ansible/roles/mariadb/tasks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636
3737 - name : Fail on existing but stopped cluster
3838 fail :
39- msg : MariaDB cluster exists but is stopped. Please start it using kolla-ansible mariadb_recovery
39+ msg : MariaDB cluster exists but is stopped. Please start it using kolla-ansible mariadb-recovery
4040 when :
4141 # NOTE(yoctozepto): we allow single-node cluster to start
4242 - groups[mariadb_shard_group] | length > 1
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ pointing to the first node of the cluster:
127127
128128.. code-block :: console
129129
130- kolla-ansible mariadb_recovery -i multinode -e mariadb_recover_inventory_name=controller1
130+ kolla-ansible mariadb-recovery -i multinode -e mariadb_recover_inventory_name=controller1
131131
132132 The above procedure is valid also for a disaster recovery scenario. In such
133133case, first copy MariaDB backup file from the external source into
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ containers.
240240``kolla-ansible destroy -i INVENTORY `` is used to clean up containers and
241241volumes in the cluster.
242242
243- ``kolla-ansible mariadb_recovery -i INVENTORY `` is used to recover a
243+ ``kolla-ansible mariadb-recovery -i INVENTORY `` is used to recover a
244244completely stopped mariadb cluster.
245245
246246``kolla-ansible prechecks -i INVENTORY `` is used to check if all requirements
You can’t perform that action at this time.
0 commit comments