Re: SSD caching an existing btrfs raid1

2017-09-21 Thread Psalle
On 20/09/17 22:45, Kai Krakow wrote: Am Wed, 20 Sep 2017 17:51:15 +0200 schrieb Psalle : On 19/09/17 17:47, Austin S. Hemmelgarn wrote: (...) A better option if you can afford to remove a single device from that array temporarily is to use bcache.  Bcache has one specific advantage in this cas

RE: SSD caching an existing btrfs raid1

2017-09-20 Thread Paul Jones
> -Original Message- > From: linux-btrfs-ow...@vger.kernel.org [mailto:linux-btrfs- > ow...@vger.kernel.org] On Behalf Of Kai Krakow > Sent: Thursday, 21 September 2017 6:45 AM > To: linux-btrfs@vger.kernel.org > Subject: Re: SSD caching an existing btrfs raid1 > >

Re: SSD caching an existing btrfs raid1

2017-09-20 Thread Kai Krakow
Am Wed, 20 Sep 2017 17:51:15 +0200 schrieb Psalle : > On 19/09/17 17:47, Austin S. Hemmelgarn wrote: > (...) > > > > A better option if you can afford to remove a single device from > > that array temporarily is to use bcache.  Bcache has one specific > > advantage in this case, multiple backend d

Re: SSD caching an existing btrfs raid1

2017-09-20 Thread Psalle
On 19/09/17 17:47, Austin S. Hemmelgarn wrote: (...) A better option if you can afford to remove a single device from that array temporarily is to use bcache.  Bcache has one specific advantage in this case, multiple backend devices can share the same cache device. This means you don't have

Re: SSD caching an existing btrfs raid1

2017-09-19 Thread Duncan
Austin S. Hemmelgarn posted on Tue, 19 Sep 2017 11:47:24 -0400 as excerpted: > A better option if you can afford to remove a single device from that > array temporarily is to use bcache. Bcache has one specific advantage > in this case, multiple backend devices can share the same cache device. >

RE: SSD caching an existing btrfs raid1

2017-09-19 Thread Paul Jones
> -Original Message- > From: linux-btrfs-ow...@vger.kernel.org [mailto:linux-btrfs- > ow...@vger.kernel.org] On Behalf Of Pat Sailor > Sent: Wednesday, 20 September 2017 1:31 AM > To: Btrfs BTRFS > Subject: SSD caching an existing btrfs raid1 > > Hello, > > I have a half-filled raid1 on

Re: SSD caching an existing btrfs raid1

2017-09-19 Thread Austin S. Hemmelgarn
On 2017-09-19 11:30, Pat Sailor wrote: Hello, I have a half-filled raid1 on top of six spinning devices. Now I have come into a spare SSD I'd like to use for caching, if possible without having to rebuild or, failing that, without having to renounce to btrfs and flexible reshaping. I've bee