mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
zpool: added cache device example (#2715)
This commit is contained in:
parent
f09b0dc4c8
commit
7f41209465
1 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,7 @@
|
|||
- Create a mirrored pool:
|
||||
|
||||
`zpool create {{pool_name}} mirror {{disk1}} {{disk2}} mirror {{disk3}} {{disk4}}`
|
||||
|
||||
- Add a cache (L2ARC) device to a zpool:
|
||||
|
||||
`zpool add {{pool_name}} cache {{cache_disk}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue