From owner-freebsd-stable@FreeBSD.ORG Tue Feb 1 09:03:11 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37512106564A for ; Tue, 1 Feb 2011 09:03:11 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id E34828FC12 for ; Tue, 1 Feb 2011 09:03:10 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1PkC8i-000Jtg-D0 for freebsd-stable@freebsd.org; Tue, 01 Feb 2011 11:03:08 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 01 Feb 2011 11:03:08 +0200 From: Daniel Braniss Message-ID: Subject: harmless zfs warnings? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 09:03:11 -0000 hi, I have one disk, labeled r0 (/dev/mfid0), which i gpart'ed so: => 34 1952448445 mfid0 GPT (931G) 34 128 1 freebsd-boot (64K) 162 4194304 2 freebsd-ufs (2.0G) 4194466 100663296 3 freebsd-swap (48G) 104857762 1847590717 4 freebsd-zfs (881G) and a second 'disk' labeled r5 (/dev/mfid1). now, doing a 'spool import': pool: z id: 7844246385999998804 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: z ONLINE gpt/r0/zfs ONLINE pool: h id: 5366665400138652241 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: h ONLINE label/r5 ONLINE what caught my attention was the following message on the console: ZFS WARNING: Unable to attach to gpt/r0/swap. ZFS WARNING: Unable to attach to mfid0p3. should I realy get warried? thanks, danny