You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my opinion this is not the responsibility of the csi-driver. In an ideal world you could wrap the csi-driver in some way, where we only handle the block device and the wrapping tool would handle the file system and any file system specific features.
If the API adds support for Snapshots we will too, but we will not add user space snapshots here.
See #285 for a previous topic on this (though with LVM Snapshots instead of btrfs).
TL;DR
Since btrfs is a supported filesystem for hcloud volumes, it should also be possible to implement PVC snapshots using btrfs snapshots.
Expected behavior
VolumeSnapshot
resources should be supported for hcloud volumes for storage classes which definecsi.storage.k8s.io/fsType: btrfs
The text was updated successfully, but these errors were encountered: