Skip to content

Commit ff190ab

Browse files
GitHKAndrei Neagu
andauthored
cfs-cache minimal (ITISFoundation#2830)
Co-authored-by: Andrei Neagu <[email protected]>
1 parent 5dd7c86 commit ff190ab

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/volumes_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _get_s3_volume_driver_config(
2525
"s3-endpoint": r_clone_settings.endpoint,
2626
"path": f"{r_clone_settings.S3_BUCKET_NAME}/{project_id}/{node_uuid}/{storage_directory_name}",
2727
"allow-other": "true",
28-
"vfs-cache-mode": "full",
28+
"vfs-cache-mode": "minimal",
2929
# Directly connected to how much time it takes for
3030
# files to appear on remote s3, please se discussion
3131
# 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

Comments
 (0)