zpool: added cache device example (#2715)

italian
Esteban Flores 2019-01-17 20:09:36 +09:00 committed by Owen Voke
parent f09b0dc4c8
commit 7f41209465
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`