From owner-freebsd-fs@FreeBSD.ORG Thu Nov 8 16:07:41 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1960D430 for ; Thu, 8 Nov 2012 16:07:41 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id E877E8FC0A for ; Thu, 8 Nov 2012 16:07:40 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TWUdo-0000y4-57 for freebsd-fs@freebsd.org; Thu, 08 Nov 2012 08:07:40 -0800 Date: Thu, 8 Nov 2012 08:07:40 -0800 (PST) From: Beeblebrox To: freebsd-fs@freebsd.org Message-ID: <1352390860142-5759205.post@n5.nabble.com> In-Reply-To: <20121108143726.GB24320@in-addr.com> References: <1352294866076-5758864.post@n5.nabble.com> <509A66D2.5060706@gmail.com> <8F907219A6904829A66E1E9A01696CF4@multiplay.co.uk> <1352356496801-5759081.post@n5.nabble.com> <1352370415751-5759123.post@n5.nabble.com> <20121108143726.GB24320@in-addr.com> Subject: Re: [ZFS] How to fix corrupt ZDB MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 16:07:41 -0000 output for *# zdb* is the same as *# zdb -C* bsdr: version: 28 name: 'bsdr' state: 0 txg: 43281 pool_guid: 18171682415991203571 hostid: 2739729201 hostname: 'rbsd.me' vdev_children: 2 vdev_tree: type: 'root' id: 0 guid: 18171682415991203571 children[0]: type: 'disk' id: 0 guid: 3768638969829014374 path: '/dev/ada0' phys_path: '/dev/ada0' whole_disk: 1 metaslab_array: 30 metaslab_shift: 31 ashift: 9 asize: 320068124672 is_log: 0 DTL: 42 create_txg: 4 children[1]: type: 'disk' id: 1 guid: 1129540067409051140 path: '/dev/ada1p9' phys_path: '/dev/ada1p9' whole_disk: 1 metaslab_array: 166 metaslab_shift: 24 ashift: 12 asize: 2035548160 is_log: 1 create_txg: 23549 Interestingly, the log on SSD /dev/ada1p9 correctly shows ashift 12 - So that is correct. Root pool is on a regular samsung (no 4k). *# zdb -l /dev/ada0* LABEL 0 -------------------------------------------- version: 28 name: 'bsdr' state: 0 txg: 43281 pool_guid: 18171682415991203571 hostid: 2739729201 hostname: 'rbsd.me' top_guid: 3768638969829014374 guid: 3768638969829014374 vdev_children: 2 vdev_tree: type: 'disk' id: 0 guid: 3768638969829014374 path: '/dev/ada0' phys_path: '/dev/ada0' whole_disk: 1 metaslab_array: 30 metaslab_shift: 31 ashift: 9 asize: 320068124672 is_log: 0 DTL: 42 create_txg: 4 The exact same information is repeated 4 times from LABEL 0 -> LABEL 3 *# zdb -l /dev/ada1p9 * LABEL 0 -------------------------------------------- version: 28 name: 'bsdr' state: 0 txg: 43281 pool_guid: 18171682415991203571 hostid: 2739729201 hostname: 'rbsd.me' top_guid: 1129540067409051140 guid: 1129540067409051140 is_log: 1 vdev_children: 2 vdev_tree: type: 'disk' id: 1 guid: 1129540067409051140 path: '/dev/ada1p9' phys_path: '/dev/ada1p9' whole_disk: 1 metaslab_array: 166 metaslab_shift: 24 ashift: 12 asize: 2035548160 is_log: 1 create_txg: 23549 The exact same information is repeated 4 times from LABEL 0 -> LABEL 3 It looks like I made a big deal out of nothing? -- View this message in context: http://freebsd.1045724.n5.nabble.com/ZFS-How-to-fix-corrupt-ZDB-tp5758864p5759205.html Sent from the freebsd-fs mailing list archive at Nabble.com.