From owner-freebsd-current@FreeBSD.ORG Tue Dec 6 06:43:38 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18595106566B for ; Tue, 6 Dec 2011 06:43:38 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id EBEFF8FC0A for ; Tue, 6 Dec 2011 06:43:37 +0000 (UTC) Received: by dakp5 with SMTP id p5so2476478dak.13 for ; Mon, 05 Dec 2011 22:43:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=nBGYUhOPQ39p+HyE0trL4dK9MdGKt/nMIdpPLC1oc4Y=; b=LWY5qE2Fg/YLf7DAKj3q2oLQo5/Z23ekVEzAsBOfSgNarX3ua7q+BiAx+Bqr9HRKKV SIGmZ2L8NlWRp4JsRjdSwlcRVvbzzQlVkl63VtwkVOszEfyLO5NdFy7HFCxQT/mRb+6S WE/PrxdFuJ1VxY9Rv8lmZRKd+vmV1iWZ1cIl0= MIME-Version: 1.0 Received: by 10.68.28.169 with SMTP id c9mr12476126pbh.30.1323152061631; Mon, 05 Dec 2011 22:14:21 -0800 (PST) Received: by 10.68.62.71 with HTTP; Mon, 5 Dec 2011 22:14:21 -0800 (PST) Date: Tue, 6 Dec 2011 09:14:21 +0300 Message-ID: From: KOT MATPOCKuH To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: ZFS: i/o error all block copies unavailable Invalid format X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 06:43:38 -0000 Hello all! On 24 nov I updated sources via csup to RELENG_9 (9.0-PRERELEASE). After make installboot I successfully booted to single user. But after make installworld system was fail to boot with message: ZFS: i/o error all block copies unavailable Invalid format status command shows status of all polls properly. root filesystem is not compressed. # zfsboottest /dev/gpt/rootdisk /dev/gpt/rootmirr pool: sunway config: NAME STATE sunway ONLINE mirror ONLINE gpt/rootdisk ONLINE gpt/rootmirr ONLINE Restore of old /boot/zfsloader was solved issue. Before I successfully updated 4 another systems with same sources level without any problems. My sys/boot/zfs/zfsimpl.c's version: 1.17.2.2 2011/11/19 10:49:03 Where may a root cause of problem? And how I can debug this problem? -- MATPOCKuH