From owner-freebsd-stable@FreeBSD.ORG Tue Apr 8 19:33:47 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C41BD83 for ; Tue, 8 Apr 2014 19:33:47 +0000 (UTC) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36D6F1A37 for ; Tue, 8 Apr 2014 19:33:47 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id wo20so1547224obc.19 for ; Tue, 08 Apr 2014 12:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=C0bZuXzWqUt+WeW+We6Yh4MikdjEUQHy+JTivzmHEyw=; b=vGmKwd7Z2JFtU5aQ8swfpBSDXgoIPf4Wm+SWfCIDtO0MBcrQUMoHY3yJyFjyjdLMZQ 2nLWyHMLlY9RUZSHj+hQeJ4+veDndiLScnBb/fjKdpiR/BUzfDsmZV0L8cn3QFHywo46 OPxZ1S1pJ/9Ame6uJNws8SGAQfrhAAXE6SPQJ01LgKklBsnushIfY/p7de8PSEL0hOyj Y6mFJRKcJRv+05BPxn8LUuJh31yG38aZ2qFMXsnxuRkT2g44Vpag0lmaBB9HqewS63X6 hyDBhLXn0QPW4hKfb5Cu5ImX7msF3EmeAxKRsSYubuLV5QbT9mjXMcQs4WmIvxUAnFQR v7RQ== MIME-Version: 1.0 X-Received: by 10.182.166.40 with SMTP id zd8mr4768637obb.25.1396985626519; Tue, 08 Apr 2014 12:33:46 -0700 (PDT) Received: by 10.76.87.7 with HTTP; Tue, 8 Apr 2014 12:33:46 -0700 (PDT) In-Reply-To: <20140408184634.GB34915@potato.growveg.org> References: <20140408123250.GA34915@potato.growveg.org> <20140408184634.GB34915@potato.growveg.org> Date: Tue, 8 Apr 2014 15:33:46 -0400 Message-ID: Subject: Re: GEOM_CONCAT odd behaviour From: Ryan Stone To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 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, 08 Apr 2014 19:33:47 -0000 On Tue, Apr 8, 2014 at 2:46 PM, John wrote: > yeah - might be significant that this started (on another machine) after > the upgrade from 9.2 to 10-R. In any case, loading the module via > loader.conf will work. It's just that it used to work by compiling it > into the kernel. I believe that setting the tunable: kern.geom.label.disk_ident.enable=0 should fix your issue.