volsync
volsync copied to clipboard
Asynchronous data replication for Kubernetes volumes
Signed-off-by: Tesshu Flower **Describe what this PR does** In cases where the source PVC accessModes only supports ReadOnlyMany (ROX), mount the pvc as read-only in the ReplicationSource mover job. -...
**Describe the bug** The [main rclone mover script](https://github.com/backube/scribe/blob/master/mover-rclone/active.sh) attempts to capture and print the return code of Rclone. There are a couple of problems: - With the addition of backube/scribe#104,...
**Describe what this PR does** This adds the ability to provide a Secret & key w/in that Secret that holds a custom ca.crt which will be passed to restic to...
**Describe what this PR does** restic expects GAC to hold the path to a json file w/ the actual credentials, but we didn't have a method to actually mount the...
**Describe the feature you'd like to have.** It should be possible to run the rclone mover both with its current elevated permissions as well as with normal user permissions **What...
**Describe what this PR does** This makes the parallelism of the e2e test script more configurable. The following env vars can be defined: - MAX_PARALLELISM: The max number of tests...
**Describe what this PR does** Helm will only install CRDs if they are not present. It will not upgrade or remove them. This change switches the CRDs to be managed...
**Describe the feature you'd like to have.** Support for mounting GCS credential json file **What is the value to the end user? (why is it a priority?)** We are currently...
Signed-off-by: Tesshu Flower **Describe what this PR does** Rsync if provided with an IPv6 address needs to use the address in the format [ipv6addr]. This is a URL format. In...
**Describe the bug** When working with RamenDR where they are using Cephfs, a workaround is required to create a read-only pvc from snapshot for the replication source. This avoids a...