From owner-svn-src-head@FreeBSD.ORG Sun Apr 24 12:24:38 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A2EE106564A; Sun, 24 Apr 2011 12:24:38 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 83A398FC17; Sun, 24 Apr 2011 12:24:37 +0000 (UTC) Received: by bwz12 with SMTP id 12so1810146bwz.13 for ; Sun, 24 Apr 2011 05:24:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=4OH98pWCol5il34UKbSZGSIo6RdFNM1M2w0B410ljKQ=; b=W1nXl4i5F/MOqIZOs+qYSuNp4+EZgmunU9ZG7NX/wpLe7avsg05UcLioaevaBAAe43 FuXeCSz7ZapjYD03lnNjaL8YoQ/TEizE35nTtQxMlVe9Fn/pQLAUwJKLsJpZI34H257T YhDh+NWUuncxHwUwTJUzzwvuUjSi2bg2mqlss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=iK9ZO6ZPFbApnY3Tk3g17I2EGgupKde6FhAMoL4z26GHhO8LegABC4jSE1SwHqS+OR aWdlcYLVDY9s/gQH5NDMPAo6qqXHk066/xqKtByEuMxjzEboOj4sE58T3yc0L+HmHLev 94NMRNrzdgyzJzKZu7I0C38PC8Q+eNt+0P24U= Received: by 10.204.3.146 with SMTP id 18mr2569856bkn.1.1303647875737; Sun, 24 Apr 2011 05:24:35 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id q24sm2713164bks.21.2011.04.24.05.24.34 (version=SSLv3 cipher=OTHER); Sun, 24 Apr 2011 05:24:35 -0700 (PDT) Sender: Alexander Motin Message-ID: <4DB41681.9020600@FreeBSD.org> Date: Sun, 24 Apr 2011 15:24:33 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110310 Thunderbird/3.1.9 MIME-Version: 1.0 To: Dan Mack References: <201104240923.p3O9N8QG025386@svn.freebsd.org> <20110424095736.GA92492@freebsd.org> <20110424051747.S1757@coco.macktronics.com> In-Reply-To: <20110424051747.S1757@coco.macktronics.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, Alexander Best , svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r220983 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 12:24:38 -0000 On 24.04.2011 13:25, Dan Mack wrote: > On Sun, 24 Apr 2011, Alexander Best wrote: >> On Sun Apr 24 11, Alexander Motin wrote: >>> Author: mav >>> Date: Sun Apr 24 09:23:08 2011 >>> New Revision: 220983 >>> URL: http://svn.freebsd.org/changeset/base/220983 >>> >>> Log: >>> Explicitly note that device numbers are starting from zero. >>> >>> Modified: >>> head/UPDATING >>> >>> Modified: head/UPDATING >>> ============================================================================== >>> >>> --- head/UPDATING Sun Apr 24 08:58:58 2011 (r220982) >>> +++ head/UPDATING Sun Apr 24 09:23:08 2011 (r220983) >>> @@ -28,8 +28,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. >>> removed and replaced by respective CAM drivers. If you are using >>> ATA device names in /etc/fstab or other places, make sure to update >>> them respectively (adX -> adaY, acdX -> cdY, afdX -> daY, astX -> saY, >>> - where 'Y's are the sequential numbers for each type in order of >>> - detection, unless configured otherwise with tunables, see cam(4)). >>> + where 'Y's are the sequential numbers starting from zero for each type >>> + in order of detection, unless configured otherwise with tunables, >>> + see cam(4)). >> >> maybe an extra sentence mentioning the fact that {geom,ufs}-labels and >> ufsids >> are preferred over device nodes nowadays would be a good idea? > > For those of us using a ZFS root pool built out of /dev/gpt/ devices, > will these automagically pick up the new names? You should not notice transition. GPT labels should stay as they were. -- Alexander Motin