From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin K. Petersen" Subject: Re: RAID-10 keeps aborting Date: Thu, 13 Jun 2013 17:40:42 -0400 Message-ID: References: <51AC1440.7020505@zytor.com> <51AE2A8C.4080508@zytor.com> <51AE3441.3000208@zytor.com> <51AEA4FE.3060900@zytor.com> <20130606142747.1fc17b7f@jlaw-desktop.mno.stratus.com> <20130610101505.33b32d07@jlaw-desktop.mno.stratus.com> <20130612131543.1c79e077@notabene.brown> <51B7F41F.9000605@zytor.com> <51B885B8.9040600@zytor.com> <51B8897C.8000801@zytor.com> <20130613131051.25d5730d@notabene.brown> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20130613131051.25d5730d@notabene.brown> (NeilBrown's message of "Thu, 13 Jun 2013 13:10:51 +1000") Sender: linux-raid-owner@vger.kernel.org To: NeilBrown Cc: "H. Peter Anvin" , "Martin K. Petersen" , Joe Lawrence , Dan Williams , linux-raid List-Id: linux-raid.ids >>>>> "Neil" == NeilBrown writes: Neil> But I'm pretty sure raid5 will do the wrong thing with a Neil> WRITE_SAME request. Yeah, you should set: mddev->queue->max_write_same_blocks = 0; before disk_stack_limits() is called. Just like it's done with discard_zeroes_data. -- Martin K. Petersen Oracle Linux Engineering