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
I'm trying to launch rclone sync for two mounted buckets via geesefs.
I get this error log:
2023/04/24 18:21:56 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults
2023/04/24 18:21:57 ERROR : fake: failed to open directory "fake": open /mnt/src/fake: software caused connection abort
2023/04/24 18:21:57 ERROR : fake: error reading source directory: failed to open directory "fake": open /mnt/src/fake: software caused connection abort
2023/04/24 18:21:57 ERROR : index: error reading source directory: failed to read directory entry: readdirent /mnt/src/index: software caused connection abort
2023/04/24 18:21:57 NOTICE: loki_cluster_seed.json: Removing partially written file on error: read /mnt/src/loki_cluster_seed.json: transport endpoint is not connected
2023/04/24 18:21:57 ERROR : loki_cluster_seed.json: Failed to remove partially written file: remove /mnt/dst/loki_cluster_seed.json: transport endpoint is not connected
2023/04/24 18:21:57 ERROR : loki_cluster_seed.json: Failed to copy: read /mnt/src/loki_cluster_seed.json: transport endpoint is not connected
2023/04/24 18:21:57 ERROR : Local file system at /mnt/dst: not deleting files as there were IO errors
2023/04/24 18:21:57 ERROR : Local file system at /mnt/dst: not deleting directories as there were IO errors
2023/04/24 18:21:57 ERROR : Attempt 1/3 failed with 3 errors and: read /mnt/src/loki_cluster_seed.json: transport endpoint is not connected
2023/04/24 18:21:57 ERROR : Local file system at /mnt/src: error reading source root directory: directory not found
2023/04/24 18:21:57 ERROR : Local file system at /mnt/dst: not deleting files as there were IO errors
2023/04/24 18:21:57 ERROR : Local file system at /mnt/dst: not deleting directories as there were IO errors
2023/04/24 18:21:57 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2023/04/24 18:21:57 ERROR : Local file system at /mnt/src: error reading source root directory: directory not found
2023/04/24 18:21:57 ERROR : Local file system at /mnt/dst: not deleting files as there were IO errors
2023/04/24 18:21:57 ERROR : Local file system at /mnt/dst: not deleting directories as there were IO errors
2023/04/24 18:21:57 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2023/04/24 18:21:57 Failed to sync: directory not found
What problem it could be?
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to launch
rclone sync
for two mounted buckets via geesefs.I get this error log:
What problem it could be?
The text was updated successfully, but these errors were encountered: