Wolfgang Rosenauer wrote: > Hi, > > I've got a new Xen host based on openSUSE 11.4 but I'm confused on how > to make guests starting automatically when Dom0 is started. >
AFAIK, there are 3 options for autostarting domains when the host starts 1. (on_xend_start start) in domU config (as you mentioned) 2. xendomains init script 3. libvirt-guests init script 1) requires xend to successfully start. I assume that is the case? Can you directly edit the domU config with (on_xend_start start) and have it work? > With an older Xen host I was able to do it via virsh or virt-manager > which apparently resulted in (on_xend_start start) in the guest's > config.sxp. > Right. > But on 11.4 the virsh or virt-manager flag has no effect apparently. I > can toggle the flag without an error but revisiting the setting shows it > unchecked again. > Hmm, maybe a regression. If xend is running and autostart works when manually adding to domU config, open a bug and provide /root/.virt-manager/virt-manager.log. virsh output with export LIBVIRT_DEBUG=1 would help tool. Regards, Jim -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
