[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] The stopgap in changeset 7152:a73ab0ddf990 was broken -- revert the change to
# HG changeset patch # User emellor@ewan # Node ID bb03b43404bb3ae7ac3173306ff403b1434e10ef # Parent 5fbc42383481bed8613649896e638a5f583f9607 The stopgap in changeset 7152:a73ab0ddf990 was broken -- revert the change to domain_lookup_by_name, as it causes an infinite loop on startup. Leave the domain_lookup change. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r 5fbc42383481 -r bb03b43404bb tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py Sun Oct 2 21:45:32 2005 +++ b/tools/python/xen/xend/XendDomain.py Sun Oct 2 22:56:13 2005 @@ -275,7 +275,6 @@ return self.domains.get(id) def domain_lookup_by_name(self, name): - self.refresh() dominfo = self.domains.get_by_name(name) if not dominfo: try: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |