All of lore.kernel.org
 help / color / mirror / Atom feed
* Xenbus watch firing over and over
@ 2007-01-03 18:16 Jacob Gorm Hansen
  2007-01-03 18:25 ` Ewan Mellor
  2007-01-05 11:21 ` Grzegorz Milos
  0 siblings, 2 replies; 5+ messages in thread
From: Jacob Gorm Hansen @ 2007-01-03 18:16 UTC (permalink / raw)
  To: xen-devel

hi,
I am trying to add xenbus watch support to mini-os, but am getting into
a endless loop of watches firing over and over. Below is an excerpt from
the xenstore tracefile:

IN  0x805acc8 20070103 19:32:18 WATCH
(/local/domain/0/backend/vif/26/0/state 00043818 )
CREATE watch 0x805a8b8
OUT 0x805acc8 20070103 19:32:18 WATCH (OK )
OUT 0x805acc8 20070103 19:32:18 WATCH_EVENT
(/local/domain/0/backend/vif/26/0/state 00043818 )
IN  0x805acc8 20070103 19:32:18 UNWATCH
(/local/domain/0/backend/vif/26/0/state 00043818 )
DESTROY watch 0x805a8b8
OUT 0x805acc8 20070103 19:32:18 UNWATCH (OK )
IN  0x805acc8 20070103 19:32:18 READ
(/local/domain/0/backend/vif/26/0/state )
OUT 0x805acc8 20070103 19:32:18 READ (5)
IN  0x805acc8 20070103 19:32:18 WATCH
(/local/domain/0/backend/vif/26/0/state 00043818 )
CREATE watch 0x806af60
OUT 0x805acc8 20070103 19:32:18 WATCH (OK )
OUT 0x805acc8 20070103 19:32:18 WATCH_EVENT
(/local/domain/0/backend/vif/26/0/state 00043818 )
IN  0x805acc8 20070103 19:32:18 UNWATCH
(/local/domain/0/backend/vif/26/0/state 00043818 )
DESTROY watch 0x806af60
OUT 0x805acc8 20070103 19:32:18 UNWATCH (OK )
IN  0x805acc8 20070103 19:32:18 READ
(/local/domain/0/backend/vif/26/0/state )
OUT 0x805acc8 20070103 19:32:18 READ (5)
IN  0x805acc8 20070103 19:32:18 WATCH
(/local/domain/0/backend/vif/26/0/state 00043818 )

...

The same watch seems to be firing again and again, even though noone
appears to be writing it. Should I some ack the watch, or is this a bug
in xenstored?

This is with Xen 3.0.3.

Regards,
Jacob

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

end of thread, other threads:[~2007-01-05 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03 18:16 Xenbus watch firing over and over Jacob Gorm Hansen
2007-01-03 18:25 ` Ewan Mellor
2007-01-04 12:18   ` Jacob Gorm Hansen
2007-01-04 12:28     ` Ewan Mellor
2007-01-05 11:21 ` Grzegorz Milos

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.