All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] tools/xenstore: don't use old tdb file in xenstored
@ 2017-01-10 16:13 Juergen Gross
  2017-01-10 16:13 ` [PATCH 1/2] tools/xenstore: start with empty data base Juergen Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Juergen Gross @ 2017-01-10 16:13 UTC (permalink / raw)
  To: xen-devel; +Cc: Juergen Gross, wei.liu2, ian.jackson, jbeulich

Today xenstored tries to open an existing tdb file when started. As
this is known to be problematic the start script of xenstored is
deleting any old tdb file.

This can be made easier and less error prone by letting xenstored use
a new file.

Juergen Gross (2):
  tools/xenstore: start with empty data base
  tools: don't remove tdb data base file before starting xenstored

 tools/hotplug/Linux/launch-xenstore.in |  1 -
 tools/xenstore/xenstored_core.c        | 60 +++++-----------------------------
 2 files changed, 9 insertions(+), 52 deletions(-)

-- 
2.10.2


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-07-15 15:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-10 16:13 [PATCH 0/2] tools/xenstore: don't use old tdb file in xenstored Juergen Gross
2017-01-10 16:13 ` [PATCH 1/2] tools/xenstore: start with empty data base Juergen Gross
2017-01-13 10:49   ` Wei Liu
2017-01-16 10:39   ` George Dunlap
2019-07-15 15:06   ` [Xen-devel] " George Dunlap
2017-01-10 16:13 ` [PATCH 2/2] tools: don't remove tdb data base file before starting xenstored Juergen Gross
2017-01-13 10:50   ` Wei Liu
2017-01-13 12:11 ` [PATCH 0/2] tools/xenstore: don't use old tdb file in xenstored Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.