From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel de Perthuis Subject: Re: software raid and bcache Date: Wed, 3 Jul 2013 18:03:27 +0000 (UTC) Message-ID: References: <51D45919.40400@warr.net> <51D4621A.505@warr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-bcache-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-bcache-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-bcache@vger.kernel.org On Wed, 03 Jul 2013 21:57:54 +0400, Vasiliy Tolstov wrote: > 2013/7/3 Jason Warr : >> In a mirror your raid device can only be as big as the smallest device. >> So if you put in a secondary device that is larger than the first you >> still cannot go beyond the size of the first unless you then replace it >> after syncing the second. > > Yes i'm understand this. But normally i want to work with one device > in raid1 =). Thanks all for help! LVM would give you more flexibility for the use case of moving data around, you could use any number of disks regardless of their sizes. Though I suppose you're sticking with what you know.