All of lore.kernel.org
 help / color / mirror / Atom feed
* feature request: read/write priorities on multiple devices/raid1
@ 2008-09-25  9:19 Kaspar Schleiser
  2008-09-25 11:27 ` Jeff Schroeder
  2008-09-25 13:10 ` Chris Mason
  0 siblings, 2 replies; 7+ messages in thread
From: Kaspar Schleiser @ 2008-09-25  9:19 UTC (permalink / raw)
  To: linux-btrfs

Hello everybody!

This is my first post on the list, let me know if I'm not following any
rules.

What do you think about adding priorities for raid1 arrays?

For example, always use /dev/ram0 (ramdisk) for reading/writing, but
nonetheless write everything additionally on /dev/sda1. Restore to
/dev/ram0 after mount if it is empty.

Or use /dev/sd[c-h], maybe a raid 0 of fast read access/slow random write
flash media for reading, but /dev/sda1 (a reasonably fast HD) for writing.
make sure written data get's replicated on the raid0.

The linux md driver supports that in some way using the --write-mostly and
--write-behind options, but that's not very flexible.

Cheers
Kaspar Schleiser


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

end of thread, other threads:[~2008-10-19  6:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-25  9:19 feature request: read/write priorities on multiple devices/raid1 Kaspar Schleiser
2008-09-25 11:27 ` Jeff Schroeder
2008-09-25 13:10 ` Chris Mason
2008-09-25 15:31   ` Miguel Sousa Filipe
2008-09-25 15:49     ` Xavier Nicollet
2008-09-25 16:15     ` Chris Mason
2008-10-19  6:34     ` Chris Samuel

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.