You are not logged in.
Pages: 1
I store my video editing data (multi-gb) on a FreeNAS box. My editing computer only has a 1gb link to the FreeNAS box, and the network struggles.
I found cachefilesd to try and take advantage of the RAID-10 array of SSD's I have in my editing box, but I'm having trouble getting it to work.
I'm installed it from the AUR, umounted my NFS mount to the FreeNAS box and remounted it with the 'fsc' option, setup my /etc/cachefilesd.conf (below) and run with debug mode, but it doesn't seem to cache.
dir /mnt/ssd_array/cachefilesd
tag ssd_nfs_cache
brun 10%
bcull 7%
bstop 3%
frun 10%
fcull 7%
fstop 3%
secctx system_u:system_r:cachefiles_kernel_t:s0I'm running the daemon for testing as:
# cachefilesd -d -n -s
About to bind cache
Bound cache
Daemon Started
Scan complete
Refilling cull table
Scan complete
Refilling cull table
Scan complete
Refilling cull table
Scan complete
Refilling cull table
Scan completeWhile opening files in kdenlive and transcoding other files using ffmpeg (yes, my load average is high right now)
# du -hs /mnt/ssd_array/cachefilesd/
12K /mnt/ssd_array/cachefilesd/Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I store my video editing data (multi-gb) on a FreeNAS box. My editing computer only has a 1gb link to the FreeNAS box, and the network struggles.
I found cachefilesd to try and take advantage of the RAID-10 array of SSD's I have in my editing box, but I'm having trouble getting it to work.
I'm installed it from the AUR, umounted my NFS mount to the FreeNAS box and remounted it with the 'fsc' option, setup my /etc/cachefilesd.conf (below) and run with debug mode, but it doesn't seem to cache.
dir /mnt/ssd_array/cachefilesd tag ssd_nfs_cache brun 10% bcull 7% bstop 3% frun 10% fcull 7% fstop 3% secctx system_u:system_r:cachefiles_kernel_t:s0I'm running the daemon for testing as:
# cachefilesd -d -n -s About to bind cache Bound cache Daemon Started Scan complete Refilling cull table Scan complete Refilling cull table Scan complete Refilling cull table Scan complete Refilling cull table Scan completeWhile opening files in kdenlive and transcoding other files using ffmpeg (yes, my load average is high right now)
# du -hs /mnt/ssd_array/cachefilesd/ 12K /mnt/ssd_array/cachefilesd/
Try move save some file for nfs folder monted whith the 'fsc' option, and run "du -hs /mnt/ssd_array/cachefilesd/" again.
Offline
Try move save some file for nfs folder monted whith the 'fsc' option, and run "du -hs /mnt/ssd_array/cachefilesd/" again.
Sorry, I don't understand. Could you rephrase please? ![]()
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1