mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-07-27 07:26:12 +00:00
installation: fix codeblock rendering in zfs performance tips section
That slipped through, asciidoc uses 4 not 3 dashes for that.
Fixes: c8be3f0
("installation: align zfs performance tip with PVE documentation")
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
parent
57495cfceb
commit
ddf3e9f15b
@ -284,9 +284,9 @@ ZFS can use a dedicated drive as write cache, called the ZFS Intent Log (ZIL).
|
|||||||
Use a fast drive (SSD) for it. It can be added after installation with the
|
Use a fast drive (SSD) for it. It can be added after installation with the
|
||||||
following command:
|
following command:
|
||||||
|
|
||||||
---
|
----
|
||||||
# zpool add <pool-name> log </dev/path_to_fast_ssd>
|
# zpool add <pool-name> log </dev/path_to_fast_ssd>
|
||||||
---
|
----
|
||||||
|
|
||||||
Adding the `nomodeset` Kernel Parameter
|
Adding the `nomodeset` Kernel Parameter
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user