From owner-freebsd-current@FreeBSD.ORG Wed Nov 14 13:01:54 2007 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 0542716A419; Wed, 14 Nov 2007 13:01:54 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (unknown [IPv6:2001:41d0:1:2ad2::1]) by mx1.freebsd.org (Postfix) with ESMTP id B13EA13C461; Wed, 14 Nov 2007 13:01:53 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:1:2ad2::fffe:0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTP id B67731BAC24; Wed, 14 Nov 2007 14:01:52 +0100 (CET) Received: from morzine.restart.bel (morzine6.restart.bel [IPv6:2001:41d0:1:2ad2::1:2]) (authenticated bits=0) by restart.be (8.14.1/8.14.1) with ESMTP id lAED1o4a024294; Wed, 14 Nov 2007 14:01:50 +0100 (CET) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1195045312; bh=Qi2qWG2Z9rFamwGICcK94qLOyqL7T040oL8WJaz y0KY=; h=DomainKey-Signature:Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:Subject:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:X-Scanned-By; b=fdd7z9zH5V0 7QB9675oI16UtOPlpUlDHXOzhG39XeM5zvJMTTEBHlfnY6HEsgxpHz12AKL6N2weZoL SYQxbNrQ== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=Vu2qYfLv/KA1KK4sJCnOqy/qzSJZnITn9eDL0EoTT1Mbynt7FoGk4yAiW8rxQ/3Tr zTgV7hDNLtZXCMyxob7sg== Message-ID: <473AF1BE.1060008@restart.be> Date: Wed, 14 Nov 2007 14:01:50 +0100 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org References: <473AE404.9090605@restart.be> In-Reply-To: <473AE404.9090605@restart.be> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on IPv6:2001:41d0:1:2ad2::1:1 Cc: Subject: Re: ZFS from FreeBSD -> Indiana -> FreeBSD - some problem 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: Wed, 14 Nov 2007 13:01:54 -0000 Henri Hennebert wrote: > Hello, > > As seen in another thread, I was curious about a zpool created under > FreeBSD being available under opensolaris. > > So I boot indiana and do: > > zpool import -f -o ro pool2 > > zpool scrub pool2 > > all ended properly... > > shutdown. > > When I reboot with FreeBSD (7.0-BETA2) I get: > > zpool status pool2 > pool: pool2 > state: UNAVAIL > status: One or more devices could not be opened. There are insufficient > replicas for the pool to continue functioning. > action: Attach the missing device and online it using 'zpool online'. > see: http://www.sun.com/msg/ZFS-8000-D3 > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > pool2 UNAVAIL 0 0 0 insufficient replicas > raidz1 UNAVAIL 0 0 0 insufficient replicas > dsk/c10d0p3 UNAVAIL 0 0 0 cannot open > dsk/c11d0p3 UNAVAIL 0 0 0 cannot open > > Is it possible to replace dsk/c10d0p3 by ad4s3 and dsk/c11d0p3 by ad6s3 > as it must be under FreeBSD or does I need to make some entry in > /etc/devfs.rules to create dsk/c10d0p3 and dsk/c11d0p3 (if at all > possible?) > > Isn't it a interesting challenge ? I got it: zpool export pool2 && zpool import -f pool2 do the trick sorry for the noise :-| Henri > > Henri > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"