ia64/xen-unstable
changeset 7165:bb03b43404bb
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@xensource.com>
domain_lookup_by_name, as it causes an infinite loop on startup. Leave the
domain_lookup change.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@ewan |
---|---|
date | Sun Oct 02 23:56:13 2005 +0100 (2005-10-02) |
parents | 5fbc42383481 |
children | f22fba673196 |
files | tools/python/xen/xend/XendDomain.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomain.py Sun Oct 02 17:45:32 2005 -0400 1.2 +++ b/tools/python/xen/xend/XendDomain.py Sun Oct 02 23:56:13 2005 +0100 1.3 @@ -275,7 +275,6 @@ class XendDomain: 1.4 return self.domains.get(id) 1.5 1.6 def domain_lookup_by_name(self, name): 1.7 - self.refresh() 1.8 dominfo = self.domains.get_by_name(name) 1.9 if not dominfo: 1.10 try: