I just looked at my /etc/init.d/xendomains, in stop(), it test a env
variable called XENDOMAINS_AUTO_ONLY, If it true, it shutdown only
those in /etc/xen/auto
And in my /etc/sysconfig/xendomains, this variable is indeed set false.
Then it try to "xm save" followed by "xm shutdown" if "xm save" failed.
In my /etc/sysocnfig/xendomains, XENDOMAINS_SAVE is set to
/var/lib/xen/save, But
I don't have this directory. So it should proceed to shutting-down.
It all look good to me. I don't understand why I had this problem.
I will try reboot again and see what happens. I only saw it once.
Wensheng Wang
----------------------------------
On 11/11/05, Mark Williamson <mark.williamson@xxxxxxxxxxxx> wrote:
> > > I actually saw this too.
> > > The domains that by xendomains (that have config file in /etc/xen/auto
> > > at boot when xendomains started) will be shutdown (gracefully as
> > > appose to poweroff/destroy) during domain-0 shutdown, and will come up
> > > normally when server rebooted.
> > >
> > > However if I add a new config file to /etc/xen/auto and xm create a
> > > new domain, this domain will not be shutdown by xendomains during
> > > server shutdown, and when server come back it has trouble start this
> > > domain because it device in use( will shown can not connect to device
> > > in xend.log). Do a xm list showing this domain in r or p state. I
> > > have to xm destroy it before I can xm create it again.
> > >
> > > I say it's bug and should be fixed. xendomains should shutdown all
> > > running domainU instead of just ones it started.
>
> OK, I jumped into this thread a bit late but here goes.
>
> 1) I'm not sure why the device should still be in use after reboot
> 2) xendomains used to allow all running domains to be shutdown, not just the
> ones in /etc/xen/auto - this might have become configurable with the recent
> enhancements, did you check for this?
>
> > The better fix is to have xm learn about /etc/xen/auto, and get rid of the
> > xendomains init script.
> >
> > xm create -a
>
> I'm not clear what the advantage in having the looping code within xm, rather
> than within the init script?
>
> Cheers,
> Mark
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|