Add Write back cache explanation to VM disk setup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2162,6 +2162,12 @@ Click **Next**.
|
|||||||
| Cache | Write back |
|
| Cache | Write back |
|
||||||
| Discard | checked (if local-lvm is on SSD) |
|
| Discard | checked (if local-lvm is on SSD) |
|
||||||
|
|
||||||
|
> **Write back** acknowledges writes to the VM as soon as they land in the
|
||||||
|
> host's RAM cache, before they hit disk — faster than "No cache" (the
|
||||||
|
> default). Safe enough for an OS disk on a server with redundant PSUs.
|
||||||
|
> For the raw HDD passthrough later, cache mode is irrelevant — those drives
|
||||||
|
> manage their own caching.
|
||||||
|
|
||||||
Click **Next**.
|
Click **Next**.
|
||||||
|
|
||||||
**Tab: CPU**
|
**Tab: CPU**
|
||||||
|
|||||||
Reference in New Issue
Block a user