-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
area/clientRelated to the client/CLIRelated to the client/CLIenhancementNew feature or requestNew feature or request
Description
We should have explicit support for "trickle fetching" where we fetch as much as we can given a certain amount of bandwidth.
Related to this, it'd be good to document how to apply explicit bandwidth limits (via e.g. tc).
A simple way to do things today would be something like bootc upgrade --max-layers
; that'd limit the number of newly fetched layers. Or we could have bootc upgrade --max-bytes 100M
to fetch at most 100M of data (ignoring metadata overhead). Today at least with the default ostree-container backend we don't retain partially fetched layers, so that'd need to be done. Alternatively we could dig into whether c/storage supports all of this and build on unified storage.
Metadata
Metadata
Assignees
Labels
area/clientRelated to the client/CLIRelated to the client/CLIenhancementNew feature or requestNew feature or request