We recently upgraded a 11TB NFS server from 64GB to 192GB RAM and added a 400GB Intel P3700 SSD PCIe card that is recognized by FreeBSD using the nvme and nvd drivers. I partitioned the SSD drive into a 4GB ZIL and 192GB cache (leaving ~176GB unused).
In single user mode, when I issued the command:
It took just over 40 minutes to complete the cache command and another couple of minutes to add the log. At the beginning, I thought that the system had gotten hung up, but I noticed that the LED indicator on the card was showing activity, so I let it go.
Does this seem like normal behavior? If memory serves, creation of the 11TB pool (SAS drives) easily took under a minute.
In single user mode, when I issued the command:
zpool add store cache /dev/gpt/cache0
zpool add store log /dev/gpt/log0It took just over 40 minutes to complete the cache command and another couple of minutes to add the log. At the beginning, I thought that the system had gotten hung up, but I noticed that the LED indicator on the card was showing activity, so I let it go.
Does this seem like normal behavior? If memory serves, creation of the 11TB pool (SAS drives) easily took under a minute.