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
zram incompatibility #60
Comments
|
dm-writeboost can use |
|
Nice testing.
Yes. I have tested with tmpfs before to emulate super-fast SSD. With the benchmark we could know how efficient the code paths of writeboost is.
So, I am bit surprised to here this. From the user's point view, tmpfs and zram isn't different is my understanding; they are both just a block device. This log says that read to super block (sector 0) failed and initialization of writeboost caching failed consequently. I am wondering if you can simply read/write the zram device by dd. |
|
I was surprised so much that I've opened this bug... I have no problem making swap on |
|
I found similar issue but with dm-cache. http://www.redhat.com/archives/dm-devel/2013-December/msg00114.html I suppose this problem is relevant to device-mapper itself. Some code in device-mapper isn't suitable for using zram as underlying device for example. |
|
Thank you for explanation. I forgot to answer your question -- yes I can read/write the zram device by |
|
I will post question to the dm-devel. |
|
dm-writeboost works perfectly with brd ( |
I'm getting the following errors in syslog when I'm trying to use zram0 block device as dm-writeboost cache:
/dev/zram0device is initialised as follows:Is it possible to use dm-writeboost with RAM disk?
The text was updated successfully, but these errors were encountered: