Details
Description
When deploying mariadb via openstack-ansible in the CI we get timeout sometimes.
i did ran the test on a private cloud and i can reproduce the issue most time i run the deployment tooling.
here is the issue we saw in the CI.
https://zuul.opendev.org/t/openstack/build/fed013733f9f415bb2d1118a26287bab/log/job-output.txt#10054
I'm available to do some more testing and provide trace and other info is needed, you can reach me on IRC.
Thanks
Attachments
Issue Links
- causes
-
MDEV-27789 mysql_upgrade / mariadb-upgrade in 10.6.6 is putting password in host argument
-
- Closed
-
- includes
-
MDEV-27279 mariadb_upgrade add --check-if-upgrade-is-needed / restrict tests to major version
-
- Closed
-
-
MDEV-27613 Fixing debian to only run the full mysql_upgrade process when necessary
-
- Stalled
-
- relates to
-
MDEV-14622 Running mysql_upgrade in background upon package installation or upgrade causes deadlocks and other side-effects
-
- Closed
-
-
MDEV-30499 mariadb in-server upgrade
-
- Open
-
- split to
-
MDEV-27606 change debian packaging to not run mariadb-upgrade at the same time as anything
-
- Open
-
We have several other causes where you specify an option several times and it does more, like --version, --big --big (in mtr) etc.
As this is something that one should never ever do in normal circumstances (because it leads to other (documented) troubles), adding a new flag is overkill.
--force --force is also good from the point that it is backward compatible with older versions, so one can use this without having to check if the mysql_upgrade supports it or not.
The option is documented in both mysql_upgrade and the KB, as it should be.