Commit b076310
authored
sbx: virtiofs caching is now enabled by default on all platforms (#25538)
<!--Delete sections as needed -->
## Description
As of v0.35.0, virtiofs caching is enabled by default on all operating
systems.
Previously it was opt-in on Windows.
Release notes: https://github.com/docker/sandboxes/releases/tag/v0.35.0
> Enable virtiofs caching by default on all operating systems for faster
> filesystem performance (`DOCKER_SANDBOXES_ENABLE_VIRTIOFS_CACHE=0` to
opt out).
Upstream change: docker/sandboxes#3882
### `architecture.md`
Adds a note in the "Storage and persistence" section that virtiofs
caching
is on by default everywhere, with a brief description of what it does
and
the `=0` opt-out.
### `troubleshooting.md`
Removes the platform distinction and the Windows `=1` opt-in example
from the
"Filesystem operations are slow" section. Keeps the `=0` kill switch and
the
Git index corruption note.
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>1 parent 9755520 commit b076310
2 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
41 | 51 | | |
42 | 52 | | |
43 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
205 | 198 | | |
206 | 199 | | |
207 | 200 | | |
| |||
0 commit comments