From owner-freebsd-questions@FreeBSD.ORG Tue Jan 12 21:57:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E5B71065693 for ; Tue, 12 Jan 2010 21:57:22 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id C48CD8FC19 for ; Tue, 12 Jan 2010 21:57:21 +0000 (UTC) Received: by fxm27 with SMTP id 27so754907fxm.3 for ; Tue, 12 Jan 2010 13:57:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=2uyBKoKtLCEJz3fbfWbtZn2oU8kJJUtO5ccci08dNH8=; b=ent+gHGRXv9/LO19DGH998SP7/Kf6ahAdQTManK0AEhZcExwHh+rHuk99hUJWAtxvJ vxWSQCY7FwYlKa99Icf8q/crR4VTEg+cKEG5b98/5kwAiE8/TQrHWh9bROGreMA2D+xM Uj72xX/uNJUJ8WemTdQ9p8aDISpBYmQoM8v9w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=pT8LOkUXvHyJ02EKLITgXpLhJMv/CjqY6A5ZSgsyx3+tCwduKD2sVKy8yiA9w8D+XP XMet26llhExEvUgzOBsJ61MqAvNWjgcgRCqDcRLII6Nki0YwsqX41y6ldkDcbS/eALzn Ged4yIHtw/gxldToaSJXcHaSLKYvsKsUJDhFc= MIME-Version: 1.0 Received: by 10.239.130.209 with SMTP id 17mr1578729hbk.186.1263333435639; Tue, 12 Jan 2010 13:57:15 -0800 (PST) In-Reply-To: <4B4CAD19.7070804@lazlarlyricon.com> References: <4B4CAD19.7070804@lazlarlyricon.com> Date: Tue, 12 Jan 2010 21:57:15 +0000 Message-ID: From: krad To: Rolf Nielsen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: zpool upgrade - is it safe? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2010 21:57:22 -0000 2010/1/12 Rolf Nielsen > Hi all, > > I just upgraded to a more recent version of 8.0-STABLE, and I noticed > during boot that zfs had changed from version 13 to version 14. Is it safe > to run zpool upgrade -a on a system while in multiuser, or will I have to > take some security measures, such as creating a complete backup and/or > booting into singleuser? > > Rolf Nielsen > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Its fine to upgrade a pool in multi user mode as it is with most things zfs. However beware when up upgrade a pool as once you have you cant go back, and if you want the revert to your previous install you wont be able to. Therefore a general rule of thumb is unless you need a new feature on a new pool version dont upgrade it. A least wait a few weeks until your new install is fully bedded in and tested