From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xl: Support (by ignoring) xl migrate --live Date: Thu, 21 May 2015 17:34:42 +0100 Message-ID: <1432226082.10746.104.camel@citrix.com> References: <1431607286-22140-1-git-send-email-ian.jackson@eu.citrix.com> <1431612346.13579.81.camel@citrix.com> <1432219883.10746.54.camel@citrix.com> <20150521162357.GA17683@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150521162357.GA17683@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Ian Jackson , xen-devel@lists.xensource.com, Wei Liu , Stefano Stabellini , Matthew Vernon List-Id: xen-devel@lists.xenproject.org On Thu, 2015-05-21 at 18:23 +0200, Olaf Hering wrote: > On Thu, May 21, Ian Campbell wrote: > > > On Thu, 2015-05-14 at 15:05 +0100, Ian Campbell wrote: > > > On Thu, 2015-05-14 at 13:41 +0100, Ian Jackson wrote: > > > > xm migrate would do non-live migration (effectively, save, transfer > > > > and restore) by default, unless you specified --live. > > > > > > > > xl migrate always does live migration. Honour (by ignoring) --live > > > > for compatibility with old callers. Document this. > > > > > > > > (This patch should be backported as far as possible.) > > > > > > > > Reported-by: Matthew Vernon > > > > Signed-off-by: Ian Jackson > > > > CC: Matthew Vernon > > > > > > Acked-by: Ian Campbell > > > > Applied, thanks. > > I think this causes a build failure, somewhere introduced here: > > git log -p -M --stat e13013d..upstream/staging -- docs/man/ > > [ 146s] man/xl.pod.1 around line 1529: '=item' outside of any '=over' > [ 146s] man/xl.pod.1 around line 1531: You forgot a '=back' before '=head1' > [ 146s] POD document had syntax errors at /usr/bin/pod2text line 84. > [ 146s] Makefile:167: recipe for target 'txt/man/xl.1.txt' failed > [ 146s] make[1]: *** [txt/man/xl.1.txt] Error 255 My pod2text doesn't seem to complain, but does this help? -----8>------- >>From 5da86305c378482ab2f6359375bd1b63ddc51102 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 21 May 2015 17:31:39 +0100 Subject: [PATCH] docs: correct pod syntax Olaf reports: [ 146s] man/xl.pod.1 around line 1529: '=item' outside of any '=over' [ 146s] man/xl.pod.1 around line 1531: You forgot a '=back' before '=head1' [ 146s] POD document had syntax errors at /usr/bin/pod2text line 84. [ 146s] Makefile:167: recipe for target 'txt/man/xl.1.txt' failed [ 146s] make[1]: *** [txt/man/xl.1.txt] Error 255 Reported-by: Olaf Hering Signed-off-by: Ian Campbell --- docs/man/xl.pod.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index b2bc362..4eb929d 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -1526,8 +1526,12 @@ xl is mostly command-line compatible with the old xm utility used with the old Python xend. For compatibility, the following options are ignored: +=over 4 + =item B +=back + =head1 TO BE DOCUMENTED We need better documentation for: -- 1.7.10.4