From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bryn M. Reeves" Subject: Re: raid1 round-robin scheduler Date: Mon, 8 Dec 2014 12:23:15 +0000 Message-ID: <20141208122314.GA24279@localhost.localdomain> References: <20141205130239.GC16315@localhost.localdomain> <20141205143458.GD16315@localhost.localdomain> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development List-Id: dm-devel.ids On Sat, Dec 06, 2014 at 02:10:10AM +0400, Vasiliy Tolstov wrote: > 2014-12-05 17:34 GMT+03:00 Bryn M. Reeves : > > As Zdenek says today the MD-based dm-raid targets are now available > > and those should expose all the features of the MD stack (including > > read balancing). > > > Sorry, but i don't understand what it mean. Can you exmplain me in > more detail how can i get that i need? You can create LVM2 LVs that use the MD RAID personalities by using the --type switch to lvcreate, e.g.: # lvcreate --type raid1 -n lv_raid1 -L 10g vg_data This then uses MD for the mirroring instead of the old dm-mirror target. Regards, Bryn.