All of lore.kernel.org
 help / color / mirror / Atom feed
* dm-cache + storage client experiment
@ 2016-01-19 16:01 mlody3k .
  2016-01-20 16:14 ` John Stoffel
  2016-01-20 17:57 ` Mike Snitzer
  0 siblings, 2 replies; 3+ messages in thread
From: mlody3k . @ 2016-01-19 16:01 UTC (permalink / raw)
  To: dm-devel


[-- Attachment #1.1: Type: text/plain, Size: 1079 bytes --]

Hi dm developers!

I'm during the experiment with dm-cache and storage client and I would be
very grateful if some of You will help me with some of my questions :).

Simply, I would like to implement the write-through caching in the client
where:
 - dm-cache is only responsible to check whether requested data is in the
cache device (return requested data if hit, ENODATA if miss - do not read
from origin) - in case of miss, my client will read data from the origin.
 - dm-cache will write only to the cache device - client will write data to
the origin.

Easily, I need to start dm-cache in writethrough mode without determining
the origin device. More specifically, I need to make two changes in dm code:
 - Bypass the origin device while writing data
 - Do not remap the result to the origin device in case of read miss.

So here's my questions:
 - Do the similar solution exists?
 - Do I have to change the policy code or maybe all of this things are
contained in the target code?
 - Could someone reproduce the IO path in dm-cache code?

Thanks for your help!
Regards,
JJ

[-- Attachment #1.2: Type: text/html, Size: 1338 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-20 17:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 16:01 dm-cache + storage client experiment mlody3k .
2016-01-20 16:14 ` John Stoffel
2016-01-20 17:57 ` Mike Snitzer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.