From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 9 21:29:01 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 097A8C85 for ; Thu, 9 Oct 2014 21:29:01 +0000 (UTC) Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0063.outbound.protection.outlook.com [65.55.169.63]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A36C6DD7 for ; Thu, 9 Oct 2014 21:29:00 +0000 (UTC) Received: from DM2PR0801MB0942.namprd08.prod.outlook.com (25.160.131.25) by DM2PR0801MB0732.namprd08.prod.outlook.com (10.242.174.18) with Microsoft SMTP Server (TLS) id 15.0.1044.10; Thu, 9 Oct 2014 21:28:50 +0000 Received: from DM2PR0801MB0944.namprd08.prod.outlook.com (25.160.131.27) by DM2PR0801MB0942.namprd08.prod.outlook.com (25.160.131.25) with Microsoft SMTP Server (TLS) id 15.0.1049.19; Thu, 9 Oct 2014 21:28:49 +0000 Received: from DM2PR0801MB0944.namprd08.prod.outlook.com ([25.160.131.27]) by DM2PR0801MB0944.namprd08.prod.outlook.com ([25.160.131.27]) with mapi id 15.00.1049.012; Thu, 9 Oct 2014 21:28:49 +0000 From: "Pokala, Ravi" To: "Meyer, Conrad" , "freebsd-hackers@freebsd.org" Subject: Re: Seeking reviewers for patch; PR 193873 Thread-Topic: Seeking reviewers for patch; PR 193873 Thread-Index: AQHP4wYRwsbUBpMNTk6xd1JtizXBKpwmaxOAgAFpiwA= Date: Thu, 9 Oct 2014 21:28:48 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.4.4.140807 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [64.80.217.3] x-microsoft-antispam: BCL:0;PCL:0;RULEID:;SRVR:DM2PR0801MB0942;UriScan:; x-exchange-antispam-report-test: UriScan:; x-forefront-prvs: 0359162B6D x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(6009001)(189002)(52314003)(377454003)(164054003)(51704005)(199003)(13464003)(95666004)(99286002)(87936001)(2656002)(92726001)(92566001)(64706001)(99396003)(106116001)(50986999)(66066001)(54356999)(106356001)(76176999)(105586002)(86362001)(80022003)(46102003)(36756003)(120916001)(85852003)(107886001)(97736003)(107046002)(31966008)(40100002)(4396001)(101416001)(122556002)(19580405001)(76482002)(21056001)(77096002)(20776003)(85306004)(15975445006)(83506001)(19580395003)(7059026); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR0801MB0942; H:DM2PR0801MB0944.namprd08.prod.outlook.com; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; A:1; LANG:en; Content-Type: text/plain; charset="us-ascii" Content-ID: <118722495D9CAA46B4D885628E1F8973@namprd08.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:DM2PR0801MB0732; X-OriginatorOrg: panasas.com X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 21:29:01 -0000 -----Original Message----- From: , Conrad Date: Wednesday, October 8, 2014 at 9:54 AM To: Ravi Pokala , "freebsd-hackers@freebsd.org" Subject: RE: Seeking reviewers for patch; PR 193873 >(Apologies for the top-post.) > >Hi Ravi, > >Please file a bug in bugzilla and assign it to me. Filed: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194279 However, I wasn't able to assign it to you; it's still assigned to freebsd-bugs. Thanks, Ravi >Thanks, >Conrad > >________________________________________ >From: owner-freebsd-hackers@freebsd.org >[owner-freebsd-hackers@freebsd.org] on behalf of Pokala, Ravi >[rpokala@panasas.com] >Sent: Wednesday, October 08, 2014 7:42 AM >To: freebsd-hackers@freebsd.org >Subject: Re: Seeking reviewers for patch; PR 193873 > >Hi Conrad, > >As mentioned in another thread ([1], [2]), I'm looking at dumping on >systems w/ AF-4Kn drives (on a fairly old version of FreeBSD). >Unfortunately, I'm not at all familiar w/ the process. I'm going to pick >at it a few more days, but will probably end up having to punt and dumpsys >onto a 512n or AF-512e device. But, since you are refactoring all this >code in -CURRENT anyway, I think it would be awesome if you could look to >the future and make it work w/o assuming that dump device block size is >DEV_BSIZE; it would be better to use the sector size, as returned (for >example) by ioctl(DIOCGSECTORSIZE). > >That won't help me now, but hopefully it will help everyone in the future. > >Thanks, > >Ravi > >[1]: >https://lists.freebsd.org/pipermail/freebsd-hackers/2014-September/046164. >html >[2]: >https://lists.freebsd.org/pipermail/freebsd-hackers/2014-October/046181.ht >ml