[arvados] updated: 2.7.0-5675-gcce2c38118

git repository hosting git at public.arvados.org
Thu Jan 11 20:51:50 UTC 2024


Summary of changes:
 tools/keep-rsync/keep-rsync.go | 1 +
 1 file changed, 1 insertion(+)

       via  cce2c381181ff560bc134845eaea91939e1f8888 (commit)
      from  ff3db3f54ab58f9f2d4578765438af41b2d2d550 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit cce2c381181ff560bc134845eaea91939e1f8888
Author: Tom Clegg <tom at curii.com>
Date:   Thu Jan 11 15:51:20 2024 -0500

    20318: Bypass disk cache in keep-rsync.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/tools/keep-rsync/keep-rsync.go b/tools/keep-rsync/keep-rsync.go
index 7e519f775b..43c6be0822 100644
--- a/tools/keep-rsync/keep-rsync.go
+++ b/tools/keep-rsync/keep-rsync.go
@@ -193,6 +193,7 @@ func setupKeepClient(config apiConfig, keepServicesJSON string, isDst bool, repl
 			return kc, 0, err
 		}
 	}
+	kc.DiskCacheSize = keepclient.DiskCacheDisabled
 
 	if isDst {
 		// Get default replications value from destination, if it is not already provided

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list