All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Switching store to use domain id's for keys
@ 2005-08-30 20:32 Anthony Liguori
  2005-08-31  9:28 ` Christian Limpach
  0 siblings, 1 reply; 11+ messages in thread
From: Anthony Liguori @ 2005-08-30 20:32 UTC (permalink / raw)
  To: Christian Limpach, Rusty Russell, xen-devel

Hey guys,

As I go through the console code, I notice that the domain console 
information is being stored in /console/%d/domain instead of within the 
/domain tree as one would expect.

The reasoning seems obvious to me, there's no easy way to get the UUID 
for a domain so constructing a UUID based path outside of Xend is very 
difficult.

Perhaps now is a good time to reconsider just using domain ids instead 
of UUIDs for the paths?  In a cluster we could just use 
<nodeid>/domain/<domid> for unique identification.

Or, if we really want to use UUIDs in the node path, perhaps we can add 
UUIDs to the domain structure in the hypervisor so that we can actually 
query it through getdomaininfo?

Regards,

Anthony Liguori

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

end of thread, other threads:[~2005-09-06  0:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30 20:32 [RFC] Switching store to use domain id's for keys Anthony Liguori
2005-08-31  9:28 ` Christian Limpach
2005-08-31 20:40   ` Anthony Liguori
2005-09-05  0:11   ` Rusty Russell
2005-09-05  0:26     ` Steven Hand
2005-09-05  1:05       ` Rusty Russell
2005-09-05  1:43         ` Steven Hand
2005-09-05  2:53           ` Rusty Russell
2005-09-05  8:35             ` Steven Hand
2005-09-05  8:52               ` Keir Fraser
2005-09-06  0:07               ` Rusty Russell

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.