We google a lot, but can't find how to config the pvscsi on our ubuntu13.04 PV on HVM.There are some links
And this is the sdc in the host.
[ 33.590845] sd 4:0:2:0: [sdc] 143374650 512-byte logical blocks: (73.4 GB/68.3 GiB)
[ 33.593536] sd 4:0:2:0: [sdc] Write Protect is off
[ 33.593641] sd 4:0:2:0: [sdc] Mode Sense: b3 00 10 08
[ 33.596233] sd 4:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 33.618377] sdc: sdc1
[ 33.618377] sdc1: <bsd: >
[ 33.630671] sd 4:0:2:0: [sdc] Attached SCSI disk
This is the messages in our vm.
root@ubuntu-hvm:/home/zdht# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 9.8G 990M 8.3G 11% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 765M 260K 765M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.8G 0 3.8G 0% /run/shm
none 100M 0 100M 0% /run/user
root@ubuntu-hvm:/home/zdht# dmesg |egrep '(xen|front)'
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[ 0.214429] xen/balloon: Initialising balloon driver.
[ 0.216042] xen-balloon: Initialising balloon driver.
[ 0.604023] Switching to clocksource xen
[ 0.611813] xen: --> pirq=16 -> irq=8 (gsi=8)
[ 0.611880] xen: --> pirq=17 -> irq=12 (gsi=12)
[ 0.611925] xen: --> pirq=18 -> irq=1 (gsi=1)
[ 0.611970] xen: --> pirq=19 -> irq=6 (gsi=6)
[ 0.612022] xen: --> pirq=20 -> irq=4 (gsi=4)
[ 0.612105] xen: --> pirq=21 -> irq=7 (gsi=7)
[ 1.140448] xen: --> pirq=22 -> irq=28 (gsi=28)
[ 1.198538] blkfront: xvda: barrier: enabled
Does anyone can tell me why there is no scsifront and no use the vscsi=['/dev/sdc, 0:0:0:0'] in our configuration ?