| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] adding fourth device to pvhvm config causes DomU launch fail @ "device_disk_add: device already exists in xenstore" ?
 
 This one works
                ...
                disk = [ 'phy:/dev/VG0/tEFI,hda,w',
                         'phy:/dev/VG0/tBOOT,hdb,w',
                         'phy:/dev/VG0/tSWAP,hdc,w',
                         'phy:/dev/VG0/tROOT,xvde,w',
                         
'file:/home/test/archlinux-2016.02.01-dual.iso,hdd:cdrom,r',]
                ...
The 1st 3 apparently have to be 'hdX'
The 4th has to be ">=" 'xvde'
The cdr has to be 'hdd'; 'xvdd' does not work.
I don't yet understand clearly WHY that's the case.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
 |