[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] non-dom0 disk backend still not working after recent patches
On Wed, May 1, 2013 at 4:13 AM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote: > On Tue, 2013-04-30 at 18:04 +0100, Eric Shelton wrote: >> Will/should xl block-attach make the domU backend disk available to dom0? > > I think so, it might depend a bit on your dom0 kernel. Although whether > you would then be allowed to use it as a guest disk (which I guess is > why you are asking) I'm not sure. > >> Would you expect this to work directly for a PV guest, > > Yes. > >> or am I going >> to have to turn to pygrub (assuming it similarly facilitates storage >> access) or some other mechanism? > > Actually, pygrub is one thing I would expect not to work (precisely > because it needs access to the domain disks in dom0). I'd expect either > explicitly providing the kernel or using pvgrub would work. > > Ian. > [my apologies if this ends up as a duplicate message] Thanks again. I got a chance to look into pvgrub a bit more, and I saw it essentially has the same issue as non-stubdom hvm. Problems remain in the stubdom code path. Now it dies in xenstore_get_backend_path() in qemu-xen-traditional because bpath corresponds to the correct domU path, but the expected path is under the dom0 path. This is because domid_backend is initialized to 0, and is never changed. There is a comment where it is initialized that essentially identifies this as a todo. My initial guess is that the backend domain number should be indicated somewhere in the command line for qemu-dm (likely the -disk parameters), and then stored in domid-backend. Does anyone have any comments on the appropriate implementation? I note that this will require a change to qemu-xen-traditional. On the other hand, I expect the change to be small, and it would seem reasonable to roll into 4.3. However, as qemu-cen-traditional appears to be quasi-depricated, it would be helpful to know if such a change would be accepted. A similar change, if not already implemented, would also be needed in qemu-xen for linux-stubdoms. - Eric _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |