Skip to content

Commit aa281db

Browse files
VuDn5Alex-Welsh
authored andcommitted
Fix incorrect mariadb-recovery task name in error message
Closes-Bug: #2133983 Change-Id: Ib79cd622123d9b6727ab1d674f680b8e2d52ed68 Signed-off-by: Vudn <[email protected]>
1 parent 2b89e64 commit aa281db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/roles/mariadb/tasks/lookup_cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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

doc/source/admin/mariadb-backup-and-restore.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
133133
case, first copy MariaDB backup file from the external source into

doc/source/user/operating-kolla.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ containers.
240240
``kolla-ansible destroy -i INVENTORY`` is used to clean up containers and
241241
volumes 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
244244
completely stopped mariadb cluster.
245245

246246
``kolla-ansible prechecks -i INVENTORY`` is used to check if all requirements

0 commit comments

Comments
 (0)