-
Updated
Sep 15, 2020 - JavaScript
libvirt
Here are 280 public repositories matching this topic...
-
Updated
Oct 6, 2020 - Go
System Information
Linux distribution
Ubuntu 18.04.3 LTS
Terraform version
terraform -v
Terraform v0.12.10
+ provider.libvirt (unversioned)
+ provider.null v2.1.2
+ provider.random v2.2.1
+ provider.template v2.1.2Provider and libvirt versions
terraform-provider-libvirt -version
/home/ibmadmin/.terraform.d/plugins/linux_amd64/terr-
Updated
Apr 18, 2020 - Go
-
Updated
Sep 20, 2020 - Go
-
Updated
Sep 22, 2020 - Shell
-
Updated
Oct 4, 2020 - Shell
The shutdown clones screen from the machine options work but has some glitches in the user interface.
- Change "close all clones" for "shutdown all clones"
- The confirm dialog should be hidden once the action is requested.
-
Updated
Oct 5, 2020 - Shell
-
Updated
Jul 25, 2019 - JavaScript
-
Updated
Aug 1, 2020 - C++
-
Updated
Oct 4, 2020 - Python
Configuration file
There are some command line (e.g. --min-memory and --adj-memory for autoballooning, also --networking-model in #20) switches that are better to have also in the configuration file that not introduced yet.
So the idea is to have a configuration file that will set all Default("...") in parameters for kingpin.
-
Updated
Oct 2, 2020 - Python
-
Updated
May 19, 2020 - Shell
-
Updated
Oct 4, 2020 - Python
-
Updated
Aug 26, 2020 - Python
-
Updated
Sep 20, 2020 - Shell
Improve this page
Add a description, image, and links to the libvirt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libvirt topic, visit your repo's landing page and select "manage topics."


Mounting using sshfs does not follow symlinks on Mac.
If ~/www is a symlink then the mounting succeeds to create localsrv:/www, but the directory is empty.
multipass mount ~/www localsrv:/www
Is there a way to enable follow_symlinks when mounting?