All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [BUG715] Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp
@ 2006-08-07 20:30 James Dykman
  0 siblings, 0 replies; only message in thread
From: James Dykman @ 2006-08-07 20:30 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]

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@us.ibm.com>

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 #2: bug715.patch --]
[-- Type: application/octet-stream, Size: 501 bytes --]

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 #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-07 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-07 20:30 [PATCH] [BUG715] Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp James Dykman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.