tl;dr I just got an Optane drive. I'm currently running 2 SSDs in mirror as ZIL, I want to remove them and use only the Optane drive as ZIL. How can I do this?
My current setup is as follows:
Currently the NAS only serves media, but now that I have an extra node to my virt environment and also got the Optane, I'm thinking of using the NAS as storage for VMs in addition to media.
My plan was to do the following:
My current setup is as follows:
- Xeon D-1541 8c/16t
- 64GB DDR4 ECC Registered
- 6x12TB drives in RAIDZ2 (72TB raw, 48TB usable)
- 1x512GB NVMe as L2Arc
- 2x512GB SATA SSDs in RAID1 as ZIL
- (just arrived) Intel Optane 905p 480GB
Currently the NAS only serves media, but now that I have an extra node to my virt environment and also got the Optane, I'm thinking of using the NAS as storage for VMs in addition to media.
My plan was to do the following:
- Turn off NFS and SMB services
- Remove ZIL vdevs: zpool remove $SSD1 && zpool reomve $SSD2
- Add Optane as ZIL: zpool add pool log /dev/$Optane