From owner-freebsd-geom@FreeBSD.ORG Tue Oct 25 19:27:15 2011 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 E52CD106566B; Tue, 25 Oct 2011 19:27:15 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5C59B8FC18; Tue, 25 Oct 2011 19:27:14 +0000 (UTC) Received: by eyd10 with SMTP id 10so1162894eyd.13 for ; Tue, 25 Oct 2011 12:27:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ujs16e0o+mvx6c0enn/0EI9etMYUuSgEHGd0HPkmvao=; b=AygFQXRaf9cK4gg5fjzPyvgQk+ZaEd5UTIu9xBgv5+WsfcJuhk5gmgyz6p/dmrFNTl Y2f30dBQOhuCJlID6UPRDc0Sfa31TyJSnMiqG9zrCw8YE09iQtalRlUzljkfSw771AHA khgy+kFF4R2c4i1b02wLa8z6X/xVKO12jaOA8= MIME-Version: 1.0 Received: by 10.182.111.70 with SMTP id ig6mr4608725obb.6.1319570833436; Tue, 25 Oct 2011 12:27:13 -0700 (PDT) Received: by 10.182.122.33 with HTTP; Tue, 25 Oct 2011 12:27:13 -0700 (PDT) In-Reply-To: <8453E2A2-3219-4FAA-98CE-2F9D66EA1C39@FreeBSD.org> References: <8453E2A2-3219-4FAA-98CE-2F9D66EA1C39@FreeBSD.org> Date: Tue, 25 Oct 2011 12:27:13 -0700 Message-ID: From: Garrett Cooper To: Martin Wilke Content-Type: text/plain; charset=ISO-8859-1 Cc: antik@bsd.ee, current@freebsd.org, freebsd-geom@freebsd.org Subject: Re: gmirror failed with error 19. 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: Tue, 25 Oct 2011 19:27:16 -0000 On Tue, Oct 25, 2011 at 11:15 AM, Martin Wilke wrote: > Hi, > > I face the same error since upgrade from 8.2 to 9.0RC1, is there any way to fix that? errno == 19 => ENODEV -- so the question is, what device is missing? -Garrett