[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200801081030.20172.philipp.marek@bmlv.gv.at>
Date: Tue, 8 Jan 2008 10:30:19 +0100
From: "Ph. Marek" <philipp.marek@...v.gv.at>
To: linux-kernel@...r.kernel.org
Cc: dm-devel@...hat.com
Subject: Use device mapper to redirect to cache server?
Hello everybody!
I'd like to mirror write accesses to a block-device to two devices, get all
all *read* accesses from one of these, and if it fails, to fallback to the
other device.
The usage would be to use some kind of NAS box as persistent network block
device, with some other machine with a lot of RAM as cache server; the cache
server would get asked for data, and if it's not available, the request
should go to the NAS directly.
If I read the multipath documentation correctly (at
http://christophe.varoqui.free.fr/multipath.html):
For completion, here is an example of a pure failover target definition for
the same LU :
...
multipath should do part of what I want - use another device if the first one
fails.
But that doesn't account for pushing writes to both; and how is failing
defined for NBD? I don't see some configurable timeout.
Thank you for all ideas/suggestions! [[ but please CC me ]]
Regards,
Phil
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists