From owner-freebsd-stable@freebsd.org Wed Mar 9 11:04:30 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12681AC89C1 for ; Wed, 9 Mar 2016 11:04:30 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0:400c:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2F01ACB; Wed, 9 Mar 2016 11:04:29 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: by mail-vk0-x229.google.com with SMTP id e6so51120605vkh.2; Wed, 09 Mar 2016 03:04:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=u5rlfYoHvyJDabItjX0r7z8NbJ64SQK2Dr3fJgxrMe4=; b=h8+imccvlPtK07EWZY+GTm+E/rqR0NHF8RBN8bQLHP8hsnYxZ3qHKluKU3iXdnY+6P Rxbeb+Fw4QXP+pdffMt2t1c7XBcU48HWKwhU2P33Qju7fUTcKEWW5PpOsOAexNBH6VXb 4YTLbOiM9BGq1v9mEWS2dcMISHBzN0XvOgK03/0MWCknHvnpspStGl+tftVlT3LlpDjw j6sG1NulRw7Kpkc72lU6f0i84QufsRxK4rgV1BAvw4HPJHXPEJRfWC/Xv02IUTDpRCeO 2J3EZu7oDw7e8W3Hp/vQddIN83SP/emQcEZpYxNMmzWIa1TmGQle/L0p66xoLuDjV3QI rbUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=u5rlfYoHvyJDabItjX0r7z8NbJ64SQK2Dr3fJgxrMe4=; b=iqaODK5Xfz0m4iSdgFZqTTnRq+efay8JmRHkY2ZEAaxXMBL8nqie6ItHhUTQ0jmX9g zig6LCAE7pV/DzuZlTa667cXzYxuXiqUiAa+VqDFl6pZ2MWYMCFxvG7VKlDX0njpqPGA uhaAIY/1UH+1qt76KxULZ1HfOrhm5mVfZAfzlI1ecBaVFDhNLcL+GmJe5qzxMroqmQ71 kr8v4A79AiQjzY+4H4nLoOkM52u8avsCha9K10TEZIYa2uRYR/7uQ+eWwGNVy+z80+eZ Ou/+npr5Tm07guKcOrwH+YGVZrWkOM1HGxDIUGVkIjHOFM0P/PXgtW8pbFup+eV/ouwb Jwtw== X-Gm-Message-State: AD7BkJK3JF9UXgaVc97qiKAko3gWnaCAXuAfI4eR8YHioBqT8wyZROvtz75zBooJp17qA5jQHZ6V/s8HJUfS1Q== X-Received: by 10.31.5.134 with SMTP id 128mr30421062vkf.29.1457521468811; Wed, 09 Mar 2016 03:04:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.159.36.201 with HTTP; Wed, 9 Mar 2016 03:04:09 -0800 (PST) In-Reply-To: <56DFDD64.6050800@FreeBSD.org> References: <56DFDD64.6050800@FreeBSD.org> From: Morgan Reed Date: Wed, 9 Mar 2016 22:04:09 +1100 Message-ID: Subject: Re: Not all ZFS pools mounting at boot To: Andriy Gapon Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 11:04:30 -0000 On Wed, Mar 9, 2016 at 7:23 PM, Andriy Gapon wrote: > On 09/03/2016 06:54, Morgan Reed wrote: > > I am mounting the third pool under an alternate root, if that has any > > bearing on things. > > It does. A pool imported under an alternative root (-R option) is not > added to > zpool.cache. > Ah, it would seem that this is the root of my issue then, I'll try importing it without the altroot switch and we'll see what happens.