On Fri, 2012-08-24 at 16:00 +0100, Philipp Hahn wrote: > Is the XenStore tdb supposed to survive a reboot or must it be cleared > between each reboot?
Stuff in xenstore is not required to survive a reboot and clearing it on boot is a good best practice, since it avoids bugs in the C xenstored ;-) The ocaml xenstore doesn't even have an on disk DB by default. Ian. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

