-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this normal to enable fscache? #1664
Comments
the cachefile process needs to be killed, since it's incompatible with erofs+fscache feature. |
按照配置文档和nydus文档,我理解的是已经合并入5.19内核了,所以默认就Linux启动相关模块就能支持到这个erofs over fscache模式。 root@yulinor:~# cat /proc/modules | grep cachefiles
root@yulinor:~# modprobe cachefiles
root@yulinor:~# cat /proc/modules | grep cachefiles
cachefiles 172032 0 - Live 0xffffffffc0bcd000
netfs 552960 1 cachefiles, Live 0xffffffffc0b26000
root@yulinor:~# [ -c /dev/cachefiles ] && echo ok
ok
root@yulinor:~# cat /boot/config-6.11.10+bpo-amd64 |grep -i CONFIG_EROFS_FS^C
root@yulinor:~# lsof /dev/cachefiles
root@yulinor:~# 这样的步骤倒是可以与文档保持一致。 |
anolis kernel 5.10.134-13 is too old kernel, you should use a newer kernel instead. |
如果不需要 |
There is a bad commit cdc41de |
期待更新一份正确的、完整验证步骤的配置文档。 |
你可以适用后提个PR更新下手册。 |
OS debian 12.9
Kernel 6.11.10+bpo-amd64
Follow https://github.com/dragonflyoss/nydus/blob/master/docs/nydus-fscache.md
so,Is this normal to enable fscache?
There is a sentence in the article: Ensure the device file /dev/cachefiles is not occupied. If your result is not empty, please kill all processes the result shows.
Does this mean I still need to kill the cachefile process?
Or is there another problem with this?
The text was updated successfully, but these errors were encountered: