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
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 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
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
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