Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 18:26:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 247188] "camcontrol devlist" does not show zvol-backed virtio devices
Message-ID:  <bug-247188-27103-PYS184xAIa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247188-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247188-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247188

--- Comment #5 from Sebastien Boisvert <seb@boisvert.info> ---
I just tested with virtio-scsi and it the device also does not show up:

[CODE]
root@atlantis:~ # grep disk1_ /tank/vm-bhyve/nova/nova.conf
disk1_name=3D"disk1"
disk1_type=3D"virtio-scsi"
disk1_dev=3D"zvol"
[/CODE]


[CODE]
root@nova:~ # camcontrol devlist|wc -l
       0
[/CODE]


Allan Jude said that a SCSI device will be managed by the CAM subsystem.

So it seems that from the point of view of CAM, virtio-scsi is not a SCSI
device.


I confirm that a "ahci-hd" (SATA) disk is found inside the virtual machine =
by
CAM:

[CODE]
root@nova:~ # camcontrol devlist
<BHYVE SATA DISK 001>              at scbus0 target 0 lun 0 (ada0,pass0)
[/CODE].

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247188-27103-PYS184xAIa>