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-devel

RE: [Xen-devel] [PATCH] Console Daemon

To: "Anthony Liguori" <aliguori@xxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Console Daemon
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Tue, 2 Aug 2005 18:45:25 +0100
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Rusty Russell <rusty@xxxxxxxxxxxxxxx>, Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>, Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>, Robert Read <robert@xxxxxxxxxxxxx>
Delivery-date: Tue, 02 Aug 2005 17:43:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWXf5DzaeCComluRaK6DMm3jDKK8AACXp8w
Thread-topic: [Xen-devel] [PATCH] Console Daemon
> What I was thinking is having the following layout in the store:
> 
> /domain/<uuid>/console/tty
> /domain/<uuid>/console/limit
> /domain/<uuid>/console/history
> 
> tty is obviously the tty for the domain (if tty doesn't 
> exist, it means someone is connected already)
> 
> limit is the maximum amount of data (in bytes) that will be buffered
> 
> history is the amount of history (in bytes) that will be 
> saved.  When a client reconnects, they will first receive 
> whatever's in the history.
> 
> Does this seem agreeable?

Having 'history' when you reconnect seems a bit over the top -- I'd make
this a 'phase 2' thing.

However, having a parameter which indicates the amount of history that
will be logged to disk might be useful. (whenever the file reaches size
X, throw away the first 20%.)

> >Please can you explain how tty's get allocated.
> >  
> In the current scheme, a tty is allocated for each domain 
> whenever data arrives for the domain or if consoled detects a 
> new domain was created.  
> It currently polls to see if new domains were created every 
> second.  You can avoid the race condition by signalling 
> consoled which will break it out of it's select loop.  Not 
> very pretty but it solves the problem of something like xm create -c.

We definitely need xenstore support for registering watchers for items
that don't exist yet. Having to poll is daft.


Ian

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