Hi,
The documentation at
http://evilpiepirate.org/git/linux-bcache.git/plain/Documentation/bcache.txt?h=bcache-dev
explains how to do it.
Look at the "Getting started" and "ATTACHING" section.
Bottom line to create one cache (sdc) and 2 backing (sda and sdb)
devices, use
make-bcache -B /dev/sda /dev/sdb -C /dev/sdc
Best regards
Thierry
On 01/28/2014 01:31 PM, Vasiliy Tolstov wrote:
2014-01-28 Rolf Fokkens[off-list ref]
quoted
Op 27/01/14 21:38 schreef Patrick Zwahlen[off-list ref]:
quoted
My understanding is that a single "cacheset" (in your case, your SSD) can
be
shared between multiple backing devices.
You should be able to attach a single cacheset's UUID to multiple devices.
Can anyone else confirm ?
Yep, confirmed!
Rolf
Can you explain for me how can i do that?