[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] [BUG715] Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp



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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.