From owner-freebsd-questions@freebsd.org Wed Feb 14 22:50:01 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9083DF031E1 for ; Wed, 14 Feb 2018 22:50:01 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 23A24717CC for ; Wed, 14 Feb 2018 22:50:01 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id d10so10917838itj.2 for ; Wed, 14 Feb 2018 14:50:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=97Yyh1YOzlwTk0jHR/fQ9SDHqoiPqMgwmr1PzPAG6B4=; b=hj6MAKzKj9Xw8EwgXomZlYOpm6vVcluYb3LeITBJf2/lSySvaYFmGjlTKGUPgUlth3 uR2O+rza4sxH4iMfCgKCBaNBgn4gVywUBGGu4FEu9JFbkpO3CBa1llQhm5kW36AKdFmj 4AtxRhbaPZYxFTyMRLzqvlZJ/BDQdLTvJ70pjlFjApkhJjwmns8zYPV7XsqmKK9tK6/B NO/ChmfqKKw4UOwYnjLVoJ9C/N1YJbj2t2TSPr+vn0wtGbcaZz7EvOBwp1HrzJS4BnMS UIgTpzOll4b73OHlWr9RJ8Hi/9pAG+SkLgiQFw1PgNWLCXCQouEG+pZBfxhp8h4ZAVUg w6SQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=97Yyh1YOzlwTk0jHR/fQ9SDHqoiPqMgwmr1PzPAG6B4=; b=R8QOYKyh5hWreUPJyPXZm6awSOWvgYf7UdKUfjLqM1YaW707tlbvgsi2wM+Gf2nnDP qiWaj63BF5bFkGB4n7T69uy/K1YNgI118cVDZphQvqkkeRFFIbF/ga1MDwZ+EzxV8huA Koiq4nOsK7n/rBWPRpLnWUmnaOTLXXDDrNsDIzix+uYgq3ZNoQkVXBUWtydExQgoeboe pQcYFKaKCA9fJTxEJqJ65gHKsl6GSewvVFtDk6VMA+BA496TgVRdFzU+B81FhZrjlhty GLc3whiCOPn9TX4gwhd3Vo/zdobc7IGu8AX2UQxyKN2lOXpLJDVHD99AnWWSht/GEide XunA== X-Gm-Message-State: APf1xPCor2E0UKn5iJUQ9LnqgBWxNeCHp11cJddcedL3zRRSUFCqF3XS 7fjsYRFBZgybhH7xGvIYF4U+H1RuXC/p17fHvoM= X-Google-Smtp-Source: AH8x2250eXtkyY4bSS87gsT7glZVNgAhwaAMLYB/gTfHh+z9EGS55iVnIAGiaGoX3G7xI8Tmdz/h1FogXTqQNImnl1Y= X-Received: by 10.36.121.5 with SMTP id z5mr826514itc.146.1518648600624; Wed, 14 Feb 2018 14:50:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.151.176 with HTTP; Wed, 14 Feb 2018 14:50:00 -0800 (PST) In-Reply-To: <86lgfvjk6c.fsf@red.stonehenge.com> References: <86lgfvjk6c.fsf@red.stonehenge.com> From: Adam Vande More Date: Wed, 14 Feb 2018 16:50:00 -0600 Message-ID: Subject: Re: any problem going from 9.x (don't laugh) to 11 directly? To: "Randal L. Schwartz" Cc: FreeBSD Mailing List Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2018 22:50:01 -0000 On Wed, Feb 14, 2018 at 4:11 PM, Randal L. Schwartz wrote: > > Never got a chance to move to 10 in time. Should I just skip 10 and go > to 11? What will that break? And keep in mind I'm ZFS-on-Root, > although I haven't upgraded my bootloader or ZFS version yet. > Use care in enabling newer zfs features, not all are compatible with zfs root. -- Adam