Skip to content

Kubernetes CSI VolumeGroupSnapshot Implementation #302

Description

@noctarius

As of today, snapshotting multiple volumes (even for the same pod) happens one-at-a-time. That can create inconsistencies of data state between the different volumes.

New Kubernetes CSI versions support a feature called VolumeGroupSnapshots which, if supported on the storage backend, ensure that a consistent point-in-time is used for all volume snapshots in the volume group.

Implementing this feature requires support from the Simplyblock storage backend for snapshot groups.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions