From owner-freebsd-geom@FreeBSD.ORG Fri Oct 17 15:01:25 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63A1B864 for ; Fri, 17 Oct 2014 15:01:25 +0000 (UTC) Received: from st11p00mm-asmtp004.mac.com (st11p00mm-asmtpout004.mac.com [17.172.81.3]) (using TLSv1 with cipher DES-CBC3-SHA (112/168 bits)) (Client CN "smtp.me.com", Issuer "VeriSign Class 3 Extended Validation SSL SGC CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 392DF1B9 for ; Fri, 17 Oct 2014 15:01:24 +0000 (UTC) Received: from [192.168.1.4] (c-24-6-178-251.hsd1.ca.comcast.net [24.6.178.251]) by st11p00mm-asmtp004.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <0NDL00856DLZX310@st11p00mm-asmtp004.mac.com> for freebsd-geom@freebsd.org; Fri, 17 Oct 2014 14:01:16 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.28,0.0.0000 definitions=2014-10-17_04:2014-10-17,2014-10-17,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1408290000 definitions=main-1410170125 User-Agent: Microsoft-MacOutlook/14.4.5.141003 Date: Fri, 17 Oct 2014 07:01:11 -0700 Subject: Re: Minor addition to confdot (w/ patch) From: Ravi Pokala To: freebsd-geom@freebsd.org Message-id: Thread-topic: Minor addition to confdot (w/ patch) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 15:01:25 -0000 > >Date: Fri, 17 Oct 2014 10:57:57 +0400 >From: "Andrey V. Elsukov" >To: "Pokala, Ravi" , "freebsd-geom@freebsd.org" > >Subject: Re: Minor addition to confdot (w/ patch) >Message-ID: <5440BDF5.7090101@FreeBSD.org> >Content-Type: text/plain; charset=windows-1252 > >On 17.10.2014 05:10, Pokala, Ravi wrote: >> Hi folks, >> >> The GEOM stack diagrams created by 'sysctl -b kern.geom.confdot' (and >>then >> run through `dot') are really quite handy. One thing that we really >>needed >> at Panasas, but which is not included in the diagram, is the providers' >> sectorsize and stripesize. This small change adds that info; if there >>are >> no objections, could someone submit it on my behalf? > >Hi, > >committed with r273208. Thanks Andrey! -Ravi >-- >WBR, Andrey V. Elsukov