zpool: added cache device example (#2715)
This commit is contained in:

committed by
Owen Voke

parent
f09b0dc4c8
commit
7f41209465
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user