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

Docs: compatibility and link to docker images #115

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ OpenStack Cinder, Manila and Swift plugin for [velero](https://github.com/vmware

This plugin is [included as community supported plugin by Velero organization](https://velero.io/plugins/).

Official images are provided from [DockerHub](https://hub.docker.com/r/lirt/velero-plugin-for-openstack/tags).

## Table of Contents

- [Velero Plugin for OpenStack](#velero-plugin-for-openstack)
Expand All @@ -26,6 +28,8 @@ Below is a matrix of plugin versions and Velero versions for which the compatibi

| Plugin Version | Velero Version |
| :------------- | :------------- |
| v0.8.x | 1.11.x 1.12.x 1.13.x |
| v0.7.x | 1.11.x 1.12.x 1.13.x |
| v0.6.x | 1.9.x, 1.10.x 1.11.x |
| v0.5.x | v1.4.x, v1.5.x, v1.6.x, v1.7.x, v1.8.x, 1.9.x, 1.10.x 1.11.x |

Expand Down Expand Up @@ -125,7 +129,7 @@ Manila backup methods:

#### Incremental backups

For backup method `backups`, incremental backups are supported. This will however lead to the inability to delete backups in a reverse order, since it is not possible to delete a (older) backup that has dependant (newer) backups.
For backup method `backups`, incremental backups are supported. This will however lead to the inability to delete backups in a reverse order, since it is not possible to delete a (older) backup that has dependant (newer) backups.

**Important: TTL is not working correctly with expiration, so set a large value such as (43800h, approx. 5 years)** since TTL inherently use a `First In, First Out` algorithm, where incremental backups should be deleted on a `Last In, First Out` basis. To cleanup these incremental backups, it's suggested to use the Velero CLI to perform deletion on this `Last In, First Out` basis.

Expand Down
Loading