lxd icon indicating copy to clipboard operation
lxd copied to clipboard

lxd/storage: Propagate context

Open markylaing opened this issue 1 month ago • 0 comments

Part of https://github.com/canonical/lxd/issues/16613#issuecomment-3547843653

Depends on #17016

Note: Context used in deferred functions and revert hooks is always a background context. The context used in an operation is currently a context.TODO but ultimately will be a function on the operation: (*Operation).Context() (e.g. like (*http.Request).Context()).

markylaing avatar Nov 21 '25 11:11 markylaing