Christophe Saout
2009-Mar-05 01:06 UTC
[Xen-devel] pv_ops dom0 and starting domU with vif''s / vbd''s attached?
Hi, ok, dom0 support in the latest xen/dom0/hackery seems to be getting into a real usable state (for those who are lucky to get it booting). I''ve been able to start a domU, but unfortunately only without vif and vbd attached. If I try that I get a timeout creating the device. I am wondering where this could be not working. Both dom0 and domU have both blk/net backends and frontends enabled (CONFIG_...=y). xend seems to be telling xenstored everything and then waits for the devices to come up, but they never do. I have been strace''ing udevd, but I don''t see any activity here, nor any log entries or anything, also browsing through /sys doesn''t show any devices appearing while waiting for the hotplug event. Am I missing something or is this not yet suppose to work? (I tried hard to find something on this list, but didn''t) I don''t really understand how the devices are supposed to be created. It seems that there are xenbus messages changing somesthing and the xenwatch process is supposed to pick up the changes and trigger the device creation in blkback/netback, but that''s as far as my understanding goes (or I am even wrong about that). Any way to debug this? Thanks, Christophe _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2009-Mar-05 01:29 UTC
Re: [Xen-devel] pv_ops dom0 and starting domU with vif''s / vbd''s attached?
Christophe Saout wrote:> Hi, > > ok, dom0 support in the latest xen/dom0/hackery seems to be getting into > a real usable state (for those who are lucky to get it booting). > > I''ve been able to start a domU, but unfortunately only without vif and > vbd attached. If I try that I get a timeout creating the device. >Make sure you''re not trying to use blktab; that''s not in yet. Just use file: or phys: J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christophe Saout
2009-Mar-05 01:43 UTC
Re: [Xen-devel] pv_ops dom0 and starting domU with vif''s / vbd''s attached?
Hi Jeremy,> > ok, dom0 support in the latest xen/dom0/hackery seems to be getting into > > a real usable state (for those who are lucky to get it booting). > > > > I''ve been able to start a domU, but unfortunately only without vif and > > vbd attached. If I try that I get a timeout creating the device. > > Make sure you''re not trying to use blktab; that''s not in yet. Just use > file: or phys:Yes, I did. I just rebooted and now it works. Somehow I must have managed to lock something up last time. (I wonder what) Thanks anyway, Christophe _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel