WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Don't clear console entries.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID c8549bb0d31176a9ba53c6e80000b18f530df880
# Parent  b043928b08738e714900eef21cd8932934d09c45
Don't clear console entries.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r b043928b0873 -r c8549bb0d311 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py   Tue Aug 30 16:15:27 2005
+++ b/tools/python/xen/xend/XendDomainInfo.py   Tue Aug 30 19:47:39 2005
@@ -1045,7 +1045,6 @@
 
     def publish_console(self):
         db = DBMap(db=XenNode("/console/%d" % self.id))
-        db.clear()
         db['domain'] = self.db.getPath()
         db.saveDB(save=True)
         

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Don't clear console entries., Xen patchbot -unstable <=