Merge "Mysql has been replaced by mariadb" into stable/wallaby

This commit is contained in:
Zuul 2022-05-04 01:09:07 +00:00 committed by Gerrit Code Review
commit 08dcf4ada3
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
ss -tunlp | grep ":3306 " | sed -e 's/.*\///'
register: mysql_result
retries: 300
until: mysql_result is search('mysqld')
until: mysql_result is search('mariadbd')
delay: 5
when:
- enabled_galera

View File

@ -24,7 +24,7 @@
shell: ss -tunlp | grep ":3306 " | sed -e 's/.*\///'
register: mysql_result
retries: 300
until: mysql_result is search('mysqld')
until: mysql_result is search('mariadbd')
delay: 5
tags:
- bar_create_recover_image