From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Clements Subject: Re: [PATCH md 006 of 6] Add write-behind support for md/raid1 Date: Fri, 12 Aug 2005 08:15:02 -0400 Message-ID: <42FC92C6.7060604@steeleye.com> References: <20050811171720.10115.patches@notabene> <200508120922.52689.a1426z@gawab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200508120922.52689.a1426z@gawab.com> Sender: linux-raid-owner@vger.kernel.org To: Al Boldi Cc: NeilBrown , Andrew Morton , linux-raid@vger.kernel.org List-Id: linux-raid.ids Al Boldi wrote: > NeilBrown wrote: > >>If a device is flagged 'WriteMostly' and the array has a bitmap, >>and the bitmap superblock indicates that write_behind is allowed, >>then write_behind is enabled for WriteMostly devices. > > > Nice, but why is it dependent on WriteMostly? WriteMostly is just a flag that tells us which devices will get the write-behinds, and which will not. You'll be able to mix any combination of WriteMostly devices and normal devices in a raid1. -- Paul