LINUX.ORG.RU

История изменений

Исправление Bupyc, (текущая версия) :

Я сделал modprobe zcache на 3.11 Получил

[  191.918678] zcache: module is from the staging directory, the quality is unknown, you have been warned.
[  191.919205] zcache: using lzo compressor
[  191.919395] zcache: created ephemeral local tmem pool, id=0
[  191.919403] zcache: created ephemeral local tmem pool, id=1
[  191.919408] zcache: created ephemeral local tmem pool, id=2
[  191.919411] zcache: cleancache enabled using kernel transcendent memory and compression buddies
[  191.919416] zcache: created persistent local tmem pool, id=3
[  191.919420] zcache: frontswap enabled using kernel transcendent memory and compression buddies
Это оно что, значит само все включилось?

Еще кстати оно у меня модулем висит.

[bupyc@bupyc-notebook ~]$ cat /proc/config.gz | gzip -cd | grep ZCACHE
CONFIG_ZCACHE=m
# CONFIG_ZCACHE_DEBUG is not set
[bupyc@bupyc-notebook ~]$ cat /proc/config.gz | gzip -cd | grep CLEANCACHE
CONFIG_CLEANCACHE=y
[bupyc@bupyc-notebook ~]$ cat /proc/config.gz | gzip -cd | grep FRONTSWAP
CONFIG_FRONTSWAP=y

Интересно что cleancache/frontswap в ядре при этом...

Исправление Bupyc, :

Я сделал modprobe zcache на 3.11 Получил

[  191.918678] zcache: module is from the staging directory, the quality is unknown, you have been warned.
[  191.919205] zcache: using lzo compressor
[  191.919395] zcache: created ephemeral local tmem pool, id=0
[  191.919403] zcache: created ephemeral local tmem pool, id=1
[  191.919408] zcache: created ephemeral local tmem pool, id=2
[  191.919411] zcache: cleancache enabled using kernel transcendent memory and compression buddies
[  191.919416] zcache: created persistent local tmem pool, id=3
[  191.919420] zcache: frontswap enabled using kernel transcendent memory and compression buddies
Это оно что, значит само все включилось?

Исходная версия Bupyc, :

Я сделал modprobe zcache на 3.11 Получил [ 191.918678] zcache: module is from the staging directory, the quality is unknown, you have been warned. [ 191.919205] zcache: using lzo compressor [ 191.919395] zcache: created ephemeral local tmem pool, id=0 [ 191.919403] zcache: created ephemeral local tmem pool, id=1 [ 191.919408] zcache: created ephemeral local tmem pool, id=2 [ 191.919411] zcache: cleancache enabled using kernel transcendent memory and compression buddies [ 191.919416] zcache: created persistent local tmem pool, id=3 [ 191.919420] zcache: frontswap enabled using kernel transcendent memory and compression buddies

Это оно что, значит само все включилось?