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 3535
3636 - name : Fail on existing but stopped cluster
3737 fail :
38- msg : MariaDB cluster exists but is stopped. Please start it using kolla-ansible mariadb_recovery
38+ msg : MariaDB cluster exists but is stopped. Please start it using kolla-ansible mariadb-recovery
3939 when :
4040 # NOTE(yoctozepto): we allow single-node cluster to start
4141 - 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 @@ -210,7 +210,7 @@ containers.
210210``kolla-ansible destroy -i INVENTORY `` is used to clean up containers and
211211volumes in the cluster.
212212
213- ``kolla-ansible mariadb_recovery -i INVENTORY `` is used to recover a
213+ ``kolla-ansible mariadb-recovery -i INVENTORY `` is used to recover a
214214completely stopped mariadb cluster.
215215
216216``kolla-ansible prechecks -i INVENTORY `` is used to check if all requirements
You can’t perform that action at this time.
0 commit comments