Opened 2 years ago
Closed 2 years ago
#61 closed enhancement (fixed)
Allow for ZFS Log and Cache disks
| Reported by: | DavidRa | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Backend | Version: | 8.0 Beta (r5606) |
| Keywords: | Cc: |
Description
ZFS supports storing the ZFS intent log or a fast cache on separate (fast) disks for performance improvements.
For example, use a pair of SSDs as a mirrored log:
# zpool add tank log mirror da0 da1
For example, use another SSD as cache space:
# zpool add tank cache da2
It should be possible to configure this from the storage management GUI.
Change History (3)
comment:1 Changed 2 years ago by DavidRa
comment:2 Changed 2 years ago by nuttervm
Agreed! Please see my post here for a relevant use-case:
https://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=5&t=9040
comment:3 Changed 2 years ago by jpaetzel
- Resolution set to fixed
- Status changed from new to closed
This functionality is available in RC2
Note: See
TracTickets for help on using
tickets.

This enhancement may also apply to spare disks.