direct-io.hg
changeset 6482:c8549bb0d311
Don't clear console entries.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Tue Aug 30 19:47:39 2005 +0000 (2005-08-30) |
parents | b043928b0873 |
children | 946ea528fc79 |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Tue Aug 30 16:15:27 2005 +0000 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Tue Aug 30 19:47:39 2005 +0000 1.3 @@ -1045,7 +1045,6 @@ class XendDomainInfo: 1.4 1.5 def publish_console(self): 1.6 db = DBMap(db=XenNode("/console/%d" % self.id)) 1.7 - db.clear() 1.8 db['domain'] = self.db.getPath() 1.9 db.saveDB(save=True) 1.10