Hi,
We are looking to use NVMe SSD as write-back cache just to enhance write IOPS while reads should only be served by backend storage based on HDDs.
Is this possible with FreeBSD ?
Regards.
I want to invalidate file and remove it from Cache, so that any additional access to that file will go through the lower level storage device.
In linux, it's done using syscall
ioctl(file_desc, BLKFLSBUF)
but what is the equivalent in freeBSD ?
P.S. I related the generate file cache...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.