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

doc: add VolumeGroupSnapshot examples for RBD #4901

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. doc: add VolumeGroupSnapshot examples for RBD

    By labelling the PersistentVolumeClaim with `group: test`, the label
    selector in the VolumeGroupSnapshot will create a snapshot of an RBD
    group containing the single volume (or more if there are other volumes
    in the same namespace with that label).
    
    Once the VolumeGroupSnapshot is created, each volume in the group will
    have a VolumeSnapshot that can be restored.
    
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fa9634f View commit details
    Browse the repository at this point in the history