WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] [BUG715] Add RH-ish localhost to xend-relocation-hos

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] [BUG715] Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp
From: James Dykman <dykman@xxxxxxxxxx>
Date: Mon, 7 Aug 2006 16:30:42 -0400
Delivery-date: Mon, 07 Aug 2006 13:31:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
David Barrera's daily xen tests have been reporting failures for the 
01_migrate_localhost_pos test, but only on RHEL4 and FC6. 
On those distros, localhost is "localhost.localdomain". The default 
xend-relocation-hosts-allow in the example xend-config.sxp
does not match, so the attempt to migrate is disallowed.

Fixes bug 715. Tested on David's FC6 system with ^localhost.localdomain$ 
(forgot to \ the .).

Jim
-------
Add RH-ish localhost to xend-relocation-hosts-allow  in xend-config.sxp

Signed-off-by: Jim Dykman <dykman@xxxxxxxxxx>

diff -r ffa5b2975dff tools/examples/xend-config.sxp
--- a/tools/examples/xend-config.sxp    Fri Aug  4 19:34:44 2006
+++ b/tools/examples/xend-config.sxp    Mon Aug  7 15:10:20 2006
@@ -54,7 +54,7 @@
 #  (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$')
 #
 #(xend-relocation-hosts-allow '')
-(xend-relocation-hosts-allow '^localhost$')
+(xend-relocation-hosts-allow '^localhost$ ^localhost\.localdomain$')

 # The limit (in kilobytes) on the size of the console buffer
 #(console-limit 1024)

Attachment: bug715.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [BUG715] Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp, James Dykman <=