Re: what is virtunixd ? Is there such a daemon?

2022-04-07 Thread Liang Yan
On 4/7/22 04:19, Claudio Fontana wrote: Hello, as I experiment with virsh migration commands (and probably I do things that don't make sense), I got an error I could not understand: # virsh migrate centos7 unix:///tmp/netcat.sock error: Failed to connect socket to

Re: [libvirt] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present?

2017-07-14 Thread Liang Yan
On 7/14/17 10:33 AM, Peter Krempa wrote: > On Fri, Jul 14, 2017 at 08:52:35 -0400, Liang Yan wrote: >> On 7/14/17 3:56 AM, Martin Kletzander wrote: >>> On Tue, Jul 11, 2017 at 03:47:55PM -0400, Liang Yan wrote: >>>> Hi, >>>> >>>> We hit som

Re: [libvirt] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present?

2017-07-14 Thread Liang Yan
On 7/14/17 3:56 AM, Martin Kletzander wrote: > On Tue, Jul 11, 2017 at 03:47:55PM -0400, Liang Yan wrote: >> Hi, >> >> We hit some problems when we attached some lun devices in our vm, turns >> out that libvirt created lsilogic scsi controller automatically for >

Re: [libvirt] [PATCH] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present

2017-07-12 Thread Liang Yan
On 7/12/17 2:49 AM, Peter Krempa wrote: > On Tue, Jul 11, 2017 at 21:33:49 -0600, Liang Yan wrote: >> It may be better to check virtio-scsi controller first since it is >> supported better in qemu level. > This is not true for OS support. The old controller usually has

[libvirt] [PATCH] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present

2017-07-11 Thread Liang Yan
It may be better to check virtio-scsi controller first since it is supported better in qemu level. Signed-off-by: Liang Yan<l...@suse.com> --- src/qemu/qemu_domain_address.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_domain_address.c b/sr

[libvirt] qemu: hotplug virtio_scsi over lsilogic when sicsi controller is not present?

2017-07-11 Thread Liang Yan
Hi, We hit some problems when we attached some lun devices in our vm, turns out that libvirt created lsilogic scsi controller automatically for these scsi devices, however these device works well under virtio_scsi controller. the current code logic is check lsilogic first, if qemu could not