'nconnect' nfs mount option support

2024-04-15 Thread Abhisar Sinha
Hi, Is there a way to specify the 'nconnect' nfs mount opt value in the XML file used by 'virsh create-pool' command? If not, how hard would it be to implement this functionality? Please advise. Thanks, Abhisar ___ Users mailing list -- users@lists.lib

TLS Configuration with libvirt and Perfect Forward Secrecy

2024-04-15 Thread Tommy.J.Mairo via Users
Dear libvirt Users, I'm seeking guidance on configuring TLS with libvirt to achieve perfect forward secrecy (PFS). While I followed the tutorial on setting up TLS with libvirt from the project wiki [1], I encountered an error when bringing up the legacy monolithic libvirt daemon. The error mes

jfKVM - new app using libvirt

2024-04-15 Thread Peter Quiring
jfKVM is a new web-based VM management system based on libvirt. jfkvm.sf.net https://pquiring.github.io/javaforce/projects/jfkvm/docs/help.html Thanks, -- Peter Quiring ___ Users mailing list -- users@lists.libvirt.org To unsubscribe send an email to

Re: 'nconnect' nfs mount option support

2024-04-15 Thread Ján Tomko
On a Tuesday in 2024, Abhisar Sinha wrote: Hi, Is there a way to specify the 'nconnect' nfs mount opt value in the XML file used by 'virsh create-pool' command? You should be able to pass arbitrary mount options by using the (non-guaranteed) XML namespace: https://libvirt.org/formatstorage.ht

Linking virtual sound cards in two virtual machines?

2024-04-15 Thread Lars Kellogg-Stedman
I would like to create a virtual audio cable between two libvirt guests such that sound output from guest A goes to sound input on guest B, and vice versa. I figure the solution to this is using something like the pulseaudio's "virtual sink", but I'm not entirely sure what the syntax would look lik