From owner-freebsd-geom@FreeBSD.ORG Wed Oct 21 16:41:16 2009 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59B8E106568B for ; Wed, 21 Oct 2009 16:41:16 +0000 (UTC) (envelope-from nonsolosoft@diff.org) Received: from r1.diff.org (r1.diff.org [64.22.116.194]) by mx1.freebsd.org (Postfix) with ESMTP id 28C798FC16 for ; Wed, 21 Oct 2009 16:41:15 +0000 (UTC) Received: from lap.diff.org (81-174-26-135.static.ngi.it [81.174.26.135]) (authenticated bits=0) by r1.diff.org (8.14.2/8.14.2) with ESMTP id n9LGKBdK061281 for ; Wed, 21 Oct 2009 16:20:15 GMT (envelope-from nonsolosoft@diff.org) Message-ID: <4ADF3455.9070905@diff.org> Date: Wed, 21 Oct 2009 18:18:29 +0200 From: Ferruccio Zamuner Organization: NonSoLoSoft User-Agent: Thunderbird 2.0.0.16 (X11/20080917) MIME-Version: 1.0 To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (r1.diff.org [64.22.116.194]); Wed, 21 Oct 2009 16:20:15 +0000 (UTC) Subject: gvirstor over gmirror X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 16:41:16 -0000 Hello, I'm trying to get a virstor over gmirrored slices from different devices: free# gmirror list gmir1 Geom name: gmir1 State: COMPLETE Components: 2 Balance: split Slice: 4096 Flags: NOFAILSYNC GenID: 0 SyncID: 1 ID: 1104038309 Providers: 1. Name: mirror/gmir1 Mediasize: 237291069952 (221G) Sectorsize: 512 Mode: r0w0e0 Consumers: 1. Name: ad6s1 Mediasize: 237291070464 (221G) Sectorsize: 512 Mode: r1w1e1 State: ACTIVE Priority: 0 Flags: NONE GenID: 0 SyncID: 1 ID: 2917203718 2. Name: ad7s1 Mediasize: 237291070464 (221G) Sectorsize: 512 Mode: r1w1e1 State: ACTIVE Priority: 1 Flags: NONE GenID: 0 SyncID: 1 ID: 756437562 I thought to create a gvirstor with gmir1 at start and to connect in next future more mirrored disks but: geom virstor seems to loose metadata at reboot even with -h. gvirstor label -v myvirstor /dev/ad4 /dev/ad6 Is geom virstor stable? disklabel -w /dev/virstor/myvirstor I would like to add over gvirstor also a gjournal: gjournal label -h /dev/virstor/myvirstora newfs -J /dev/virstor/myvirstora.journal mount /dev/virstor/myvirstora.journal /mnt Everything seems to work but for example cpdup of large partition (200Gb) on /mnt makes cpdup to hang in suspfs state after 40Gb. I'm using it on a FreeBSD 7.1-stable and I'll upgrade as soon at possible at 8-RC. Bye, \ferz PS: using it in remote seems a pain yet.