Re: [libvirt] libvirt-libxl driver defaulting to tap disk and not working (on Fedora 18 and rawhide)

2013-02-20 Thread Jim Fehlig
Ian Campbell wrote: if (l_disk-driverName) { ... } else { /* No driverName - default to raw/tap?? */ x_disk-format = LIBXL_DISK_FORMAT_RAW; x_disk-backend = LIBXL_DISK_BACKEND_TAP; } I recall some discussion about the choice of these defaults,

Re: [libvirt] libvirt-libxl driver defaulting to tap disk and not working (on Fedora 18 and rawhide)

2013-02-20 Thread Dario Faggioli
On mer, 2013-02-20 at 10:07 -0700, Jim Fehlig wrote: libxl__device_disk_set_backend is the guy to look at if you are interested how the selection happens. After taking a peek, agreed that LIBXL_DISK_BACKEND_UNKNOWN is a better backend default. I'll leave the format default of

Re: [libvirt] libvirt-libxl driver defaulting to tap disk and not working (on Fedora 18 and rawhide)

2013-02-20 Thread Ian Campbell
if (l_disk-driverName) { ... } else { /* No driverName - default to raw/tap?? */ x_disk-format = LIBXL_DISK_FORMAT_RAW; x_disk-backend = LIBXL_DISK_BACKEND_TAP; } I recall some discussion about the choice of these defaults, but can't find

Re: [libvirt] libvirt-libxl driver defaulting to tap disk and not working (on Fedora 18 and rawhide)

2013-02-20 Thread Jim Fehlig
Dario Faggioli wrote: Hi Jim, Everyone, I'm having some issues when trying out libvirt-libxl driver on my Fedora, bot on Fedora 18 and Fedorra rawhide (the former seems to be running 0.10.2.3, the later 1.0.2). Here's what happen: [root@localhost ~]# systemctl status xend.service

[libvirt] libvirt-libxl driver defaulting to tap disk and not working (on Fedora 18 and rawhide)

2013-02-18 Thread Dario Faggioli
Hi Jim, Everyone, I'm having some issues when trying out libvirt-libxl driver on my Fedora, bot on Fedora 18 and Fedorra rawhide (the former seems to be running 0.10.2.3, the later 1.0.2). Here's what happen: [root@localhost ~]# systemctl status xend.service xend.service - Xend - interface