Skip to content

Add --protect-session-blobs option

Jürg Billeter requested to merge juerg/protect-session-blobs into master

This introduces the --protect-session-blobs CLI option, which prevents expiry of blobs that were created or used in the current session (i.e., mtime is after start time of casd). This allows proper error handling in casd clients such as BuildStream when the configured quota is too small for the session / working set.

Depends on !53 (merged).

Edited by Jürg Billeter

Merge request reports