Tesshu Flower
Tesshu Flower
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. -...
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...
**Describe the bug** If a user creates a replication destination with ClusterIP in an ipv6 env and the address is an ipv6 address - if they use this address in...
We are building `restic` (https://github.com/restic/restic) which uses `minio-go` - we're building to be FIPS-compatible, so that means it's using a version of `goboringcrypto`. What we find is when running in...
Fixes: https://github.com/backube/volsync/issues/411 https://github.com/backube/volsync/issues/412 Signed-off-by: Tesshu Flower **Describe what this PR does** Allows rclone and restic source mover jobs to work with a ROX source PVC - will mount the source...
**Describe the feature you'd like to have.** Upgrade the version of restic used with Volsync to 0.14.x (0.14.0 as of now). **What is the value to the end user? (why...
**Describe the bug** For rclone, when creating a PVC from snapshot for a replicationsource, we could encounter the same issue as: https://github.com/backube/volsync/issues/404. That is, if the replicationsource pvc options are...
**Describe the bug** For restic, when creating a PVC from snapshot for a replicationsource, we could encounter the same issue as: https://github.com/backube/volsync/issues/404. That is, if the replicationsource pvc options are...
**What happened**: When creating a VolumeGroupSnapshot from multiple PVCs, it's a bit unclear how to do a restore. It looks like you are required to individually restore each volumesnapshot in...