Open leipanhz opened 1 year ago
Is your PVC a block volume? VolSync currently only supports PVCs with VolumeMode of Filesystem
.
VolSync with the rsync-TLS mover has been tested with cephfs but it looks like you are using rook-ceph-block.
@
Is your PVC a block volume? VolSync currently only supports PVCs with VolumeMode of
Filesystem
.VolSync with the rsync-TLS mover has been tested with cephfs but it looks like you are using rook-ceph-block.
I see, my PVC is a block volume. Does volsync support Object Storage, or FileSystem only?
Just to be clear, RWO (rbd) volumes are supported as long as they are volumeMode: Filesystem
not volumeMode: Block
.
The above error looks like you ran into this: https://volsync.readthedocs.io/en/latest/usage/rsync-tls/index.html#rsync-tls-mover-permissions.
You'd need to do one of:
moverSecurityContext
appropriately)
I have two K3s cluster on RHEL with ceph and volsync, following the documentation I set up replicationsource and replicationdestiation, Rsync replication failured when I check replicationsource, the following error is observed
logs from the source
My configuration for destination
On destination node
The error is related to authentication