From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2] tools: add configure --with-dumpdir=DIR option Date: Thu, 7 May 2015 10:10:51 +0200 Message-ID: <20150507081051.GA18798@aepfle.de> References: <1430896124-604-1-git-send-email-olaf@aepfle.de> <20150507080144.GA28443@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150507080144.GA28443@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Stefano Stabellini , Ian Jackson , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, May 07, Wei Liu wrote: > On Wed, May 06, 2015 at 07:08:44AM +0000, Olaf Hering wrote: > > The current base directory /var/xen for domU dumps will be patched to > > /var/lib/xen by most distros. Provide a configure option to avoid > > patching the source. > > If the option is not specified the default remains /var/xen/dump. > You have not patched docs. I think it still references /var/xen/dump. > I discovered this when I read the manpage of xl.cfg. The default does not change. Last time I looked the docs refer to both /var/xen/dump and /var/lib/xen/dump. Do you want me to update the example in xl.cfg? docs/man/xl.cfg.pod.5:363:write a "coredump" of the domain to F and then docs/man/xl.cfg.pod.5:368:write a "coredump" of the domain to F and then docs/man/xl.cfg.pod.5:1687:F docs/man/xl.pod.1:276:as: /var/lib/xen/dump or /var/xen/dump. m4/paths.m4:67: [Path to directory for domU crash dumps. [/var/xen/dump]]), Olaf