Re: GlusterFS libgfapi with TLS

2021-04-01 Thread lejeczek
On 01/04/2021 16:13, Peter Krempa wrote: On Thu, Apr 01, 2021 at 15:13:02 +0100, lejeczek wrote: Hi guys. I have KVM guests stored on glusterFS volume and I recently added TLS encryption to Gluster. What changes, tweaks are required at libvirtd/qemu's end? Looking at the definition of the g

GlusterFS libgfapi with TLS

2021-04-01 Thread lejeczek
Hi guys. I have KVM guests stored on glusterFS volume and I recently added TLS encryption to Gluster. What changes, tweaks are required at libvirtd/qemu's end? many thanks, L.

Re: GlusterFS libgfapi with TLS

2021-04-01 Thread Peter Krempa
On Thu, Apr 01, 2021 at 15:13:02 +0100, lejeczek wrote: > Hi guys. > > I have KVM guests stored on glusterFS volume and I recently added TLS > encryption to Gluster. > What changes, tweaks are required at libvirtd/qemu's end? Looking at the definition of the gluster backend object in qemu: ## #

Re: Virtual Network API for QEMU

2021-04-01 Thread Andrea Bolognani
On Wed, 2021-03-31 at 21:39 +0100, Radek Simko wrote: > I was attempting to virtualize Raspberry Pi on qemu via libvirt, > where my host machine is macOS (both qemu and libvirt installed via > Homebrew) and I while trying to set up the network I stumbled upon > this: > > $ virsh -c qemu:///system?

Re: Virtual Network API for QEMU

2021-04-01 Thread Radek Simko
I see, thank you for the extra context and quick response Michal. I wasn't aware of the userspace SLIRP stack nor the darwin limitation - will give either a try. My main requirement is basically getting SSH to work, so I can do some provisioning, anything else would be a bonus for me. Radek Simk

Re: Virtual Network API for QEMU

2021-04-01 Thread Michal Privoznik
On 3/31/21 10:39 PM, Radek Simko wrote: Thank you Laine and thanks Michal for the detailed explanation. To add some (missing) context from my side: I was attempting to virtualize Raspberry Pi on qemu via libvirt, where my host machine is macOS (both qemu and libvirt installed via Homebrew) an