[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] a question with gplpv
On 07/09/16 10:03, Lu Fengqi wrote: > Excuse me, I modify the config and create the guest, but the > xenstore-ls command's output show me that the guest use the qdisk as > the backend. > The guest os was installed in hvm mode. And, I install gplpv driver > for it and change "disk = [ 'file:/home/xen/win.img,hda,w' ]" to > "disk = [ 'file:/home/xen/win.img,hda,w,backendtype=phy' ]". Hmm, strange. Just tested it on my machine, works without problem: # xenstore-ls /local/domain/4/vbd vbd = "" 768 = "" backend = "/local/domain/0/backend/vbd/4/768" ... with: disk=[ 'file:/home/vm/images/tw,hda,w,backendtype=phy', ] for the disk definition. Could it be your dom0 kernel doesn't have xen_blkback or it isn't loaded? You can check via: lsmod | grep xen_blkback In case it doesn't show up try modprobe xen_blkback and then check for it again via lsmod. > Do you have any idea about this? Moreover, can you tell me which > backendtype can provide the best io performance? Thanks anyway. I'm not sure about the numbers. I'd expect the kernel based backend (phy) to be faster than qdisk, but this is just a gut feeling which isn't based on any measurement. Juergen _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx https://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |