We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd7c86 commit ff190abCopy full SHA for ff190ab
services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/volumes_resolver.py
@@ -25,7 +25,7 @@ def _get_s3_volume_driver_config(
25
"s3-endpoint": r_clone_settings.endpoint,
26
"path": f"{r_clone_settings.S3_BUCKET_NAME}/{project_id}/{node_uuid}/{storage_directory_name}",
27
"allow-other": "true",
28
- "vfs-cache-mode": "full",
+ "vfs-cache-mode": "minimal",
29
# Directly connected to how much time it takes for
30
# files to appear on remote s3, please se discussion
31
# SEE https://forum.rclone.org/t/file-added-to-s3-on-one-machine-not-visible-on-2nd-machine-unless-mount-is-restarted/20645
0 commit comments