|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Triggering hotplug scripts multiple times
On 30/3/07 10:25, "Jacob Gorm Hansen" <jacobg@xxxxxxx> wrote:
> Problem is that if the domain disconnects from the netif, which it has
> to when handing over the device to the domU kernel from a bootloader,
> the netif is destroyed, and when the new one is created the hotplug
> script gets kicked, e.g.:
>
> I suppose one could postpone freeing the netif until the domain has gone
> away.
>
> Another problem with how this currently works is that vifs don't get
> garbage collected properly if the domain is killed without a proper
> shutdown.
I would classify these behaviours as bugs. :-) We shouldn;t be device
unregistering until the online status is set to 0 or the directory in
xenstore is removed entirely.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|