Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenStack Xena #1

Merged
merged 2 commits into from
Nov 5, 2024
Merged

OpenStack Xena #1

merged 2 commits into from
Nov 5, 2024

Conversation

urscale
Copy link

@urscale urscale commented Nov 1, 2024

No description provided.

sihensel and others added 2 commits November 1, 2024 13:53
As database backups can grow substantially in size, compressing backups
helps to preserve disk space.
While the mariabackup utility offers no compression by itself, we can
stream the backup into a compression tool to create an archive [1].
The xtrabackup_checkpoints file, which contains metadata on a backup,
gets stored alongside the archive, allowing to create incremental
backups from non-compressed backups and vice-versa [2].
One thing to note, is that compressed backups cannot be prepared in
advance, this step must be manually carried out by the user.
Backup compression is disabled by default and different compressors
can be chosen (zstd, xz, ...), with gzip being the default.

[1] https://mariadb.com/kb/en/using-encryption-and-compression-tools-with-mariabackup/
[2] https://mariadb.com/kb/en/incremental-backup-and-restore-with-mariabackup/#combining-with-stream-output

Change-Id: I28c6a0e0b41d4d29c3e79e601de45ea373dee4fb
Signed-off-by: Simon Hensel <simon.hensel@inovex.de>
(cherry picked from commit 60009ed)
(cherry picked from commit 9f78aa9)
Conditions in Ansible "when" clauses are combined with "and". But the
cluster check should fail if only one of these conditions is true.

Additionally the second condition on the node status check was inversed.
It checked for a healthy node.

Change-Id: Ib2cd632f437c4771452c22f77bedd3012f37b86b
(cherry picked from commit da6abc6)
(cherry picked from commit 39a5706)
@gaudenz gaudenz self-requested a review November 4, 2024 15:55
@urscale urscale merged commit 4109882 into cloudscale/xena Nov 5, 2024
@urscale urscale deleted the urs/xena branch November 5, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants