From owner-svn-src-all@freebsd.org Sat Apr 15 13:33:29 2017 Return-Path: Delivered-To: svn-src-all@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 10E7CD3E16C; Sat, 15 Apr 2017 13:33:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E48B3D5D; Sat, 15 Apr 2017 13:33:28 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 15B7C3DFB; Sat, 15 Apr 2017 13:33:28 +0000 (UTC) Date: Sat, 15 Apr 2017 13:33:28 +0000 From: Alexey Dokuchaev To: rgrimes@freebsd.org Cc: Slawa Olhovchenkov , "src-committers@freebsd.org" , Alan Somers , "svn-src-all@freebsd.org" , "Ngie Cooper (yaneurabeya)" , Larry Rosenman , "svn-src-head@freebsd.org" , Ngie Cooper Subject: Re: svn commit: r316938 - head/sbin/savecore Message-ID: <20170415133328.GD97090@FreeBSD.org> References: <20170414204642.GC70430@zxy.spb.ru> <201704150141.v3F1fWn1009236@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201704150141.v3F1fWn1009236@pdx.rh.CN85.dnsmgr.net> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2017 13:33:29 -0000 On Fri, Apr 14, 2017 at 06:41:32PM -0700, Rodney W. Grimes wrote: > On Apr 14, 2017, at 13:46, Slawa Olhovchenkov wrote: > > On Fri, Apr 14, 2017 at 01:45:22PM -0700, Ngie Cooper (yaneurabeya) wrote: > > > > On Apr 14, 2017, at 13:42, Slawa Olhovchenkov wrote: > > > > ... > > > > No, something like: > > > > % swapinfo > > > > Device 1K-blocks Used Avail Capacity > > > > /dev/ada0p2 33554432 0 33554432 0% > > > > /dev/ada1p2 33554432 0 33554432 0% > > > > Total 67108864 0 67108864 0% > > > > > > Striping dumps across multiple swap devices isn't supported. Sorry. It's kind of funny how many emails required to understand what people ask for while it seemed quite obvious up-front. :-) (This is one of the most desired feature for me as well). > > What about support in the future? > > Added to my project list at people.freebsd.org/~rgrimes. No promises, > but I'll look at it while I am doing the other work. Thanks Rod, appreciate and glad to hear this. ./danfe