You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it'd be useful to temporarily put a daemon into readonly mode. It'd continue working normally, except that it won't accept writes of any kind. Ideally, there'd be no disk writes at all in this mode.
Use cases include updates and fs-repo-migrations, but also fire fighting of all kinds.
The text was updated successfully, but these errors were encountered:
Curious if this can be closed since --writable bool - Enable writing objects (with POST, PUT and DELETE). flag exists or if the desired behavior is to create a mode where even "background" writes are not possible such as updating the local DHT.
Sometimes it'd be useful to temporarily put a daemon into readonly mode. It'd continue working normally, except that it won't accept writes of any kind. Ideally, there'd be no disk writes at all in this mode.
Use cases include updates and fs-repo-migrations, but also fire fighting of all kinds.
The text was updated successfully, but these errors were encountered: