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
Using the rclone mover with an S3 backend, My deployment flow is as follows:
Define ReplicationDestination
Define PVC, with a dataSourceRef pointing to the ReplicationDestination
Define Pod/Workload that uses PVC
Define ReplicationSourcce for PVC
This works well, except for when I add a new PVC definition. When I do that, step "1" above, the rReplicationDestination never exits successfully as there is no permissions.facl file within S3. The code at
tssgery
changed the title
Defining a ReplicationDestination for the rclone mover causes issue if PVC never backked up/replicated
Defining a ReplicationDestination for the rclone mover causes issue if PVC never backed up/replicated
Feb 16, 2024
I think the problem is here we want there to be an error as no sync to the destination is succeeding (since this repo was never synced to). Other users may think their replications are succeeding when in fact they are doing nothing if we ignore these types of errors.
Using the rclone mover with an S3 backend, My deployment flow is as follows:
This works well, except for when I add a new PVC definition. When I do that, step "1" above, the rReplicationDestination never exits successfully as there is no
permissions.facl
file within S3. The code atvolsync/mover-rclone/active.sh
Line 43 in 483b169
Here is an example manifest that exhibits the issue (note that the
development/does-not-exist
bucket/folder does not exist):Expected behavior
I was hoping that the rclone mover would detect that no files existed, the permissions.facl file not needed, and ignore it's absence
Actual results
Described above
The text was updated successfully, but these errors were encountered: