linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Roberto Spadim <roberto@spadim.com.br>
To: Linux-RAID <linux-raid@vger.kernel.org>
Subject: RAID0-cache
Date: Wed, 19 Jan 2011 15:37:17 -0200	[thread overview]
Message-ID: <AANLkTikqo7=3GWKJgscAnSzTAgPrgzHToC0T=zG28X+4@mail.gmail.com> (raw)

Hi guys, from a long email i will start this one:

what i want...
think about this:

/dev/sda (sata disk 1000gb size, latency of 1ms to move head, 100mb/s
to write/read)
/dev/sdb (ssd 1gb size, latency of <100us to find what flash and
position, 500mb/s to write/read)
ram memory (8gb size, with 1gb not used)
/dev/mdxxx (the new device i´m calling it as raid0-cache)

what raid0-cache work?


how to create raid?
tell what the sequencial read cache estrategy:
memory(tell fixed memory size) - /dev/sdb - /dev/sda - another device
(maybe just 2 is suficiente /dev/sdb and /dev/sda)...


how to read?
first, read from the first read device (memory)
if information not there -> read from second read device (/dev/sdb),
update information at first read device, return the read value
if information not there -> read from third read device (/dev/sda),
update information at second and first read device, return the read
value

how to write?
flush space from first read device to second read device
write to first read device, return OK

background thread:
sync from first write device (memory) to second write device (/dev/sdb)
flush from second write device (/dev/sdb) to third write device (/dev/sda)

startup:
using cache:
  flush everythink from first write device (memory) to second write
device (/dev/sdb)
  flush everythink from second write device (/dev/sdb) to second write
device (/dev/sda)
  since memory is volatille, at startup it can´be flushed...
without cache:
  make first write device unusable (memory)
  make second write device unusable
  here we can have write problems, since a wrong power off, can lost
information from cache (first and second write device)



anyidea who can make it?
thanks
-- 
Roberto Spadim
Spadim Technology / SPAEmpresarial
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

                 reply	other threads:[~2011-01-19 17:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTikqo7=3GWKJgscAnSzTAgPrgzHToC0T=zG28X+4@mail.gmail.com' \
    --to=roberto@spadim.com.br \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).