Skip to content

Commit f2e946d

Browse files
committed
fix(docs): updated Unsafe cache type description
In #2702 the behaviour of the `Unsafe` cache type was changed. If selected the `flush` feature is not advertised to the guest. This commit just adds missing documentation change. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent d043c33 commit f2e946d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/api_requests/block-caching.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ request. The available cache types are:
1515

1616
### Unsafe mode (default)
1717

18-
When configuring the block caching strategy to `Unsafe`, the device will
19-
advertise the VirtIO `flush` feature to the guest driver. If negotiated when
20-
activating the device, the guest driver will be able to send flush requests
21-
to the device, but the device will just acknowledge the request without
22-
actually performing any flushing on the host side. The data which was not
23-
yet committed to disk will continue to reside in the host page cache.
18+
When configuring the block caching strategy to `Unsafe`, the device will not
19+
advertise the VirtIO `flush` feature to the guest driver.
2420

2521
### Writeback mode
2622

0 commit comments

Comments
 (0)