mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 17:05:37 +00:00
docs: clarify difference between zfs cache and log
The commands to add a zfs cache and log had the same description. Differentiate them more clearly by explaining the benefit. Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This commit is contained in:
parent
9cba51ac78
commit
5b1f51ffa5
@ -121,7 +121,7 @@ Create a new pool with cache (L2ARC)
|
|||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
It is possible to use a dedicated cache drive partition to increase
|
It is possible to use a dedicated cache drive partition to increase
|
||||||
the performance (use SSD).
|
the read performance (use SSDs).
|
||||||
|
|
||||||
For `<device>`, you can use multiple devices, as is shown in
|
For `<device>`, you can use multiple devices, as is shown in
|
||||||
"Create a new pool with RAID*".
|
"Create a new pool with RAID*".
|
||||||
@ -134,7 +134,7 @@ Create a new pool with log (ZIL)
|
|||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
It is possible to use a dedicated cache drive partition to increase
|
It is possible to use a dedicated cache drive partition to increase
|
||||||
the performance (SSD).
|
the write performance (use SSDs).
|
||||||
|
|
||||||
For `<device>`, you can use multiple devices, as is shown in
|
For `<device>`, you can use multiple devices, as is shown in
|
||||||
"Create a new pool with RAID*".
|
"Create a new pool with RAID*".
|
||||||
|
Loading…
Reference in New Issue
Block a user