-
Updated
Sep 15, 2020 - JavaScript
libvirt
Here are 280 public repositories matching this topic...
-
Updated
Sep 22, 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
Jun 28, 2020 - Shell
When there is LDAP auth configured in the server but SQL users login there is a warning in the logs:
ERROR: Login failed 'carlos' at /usr/share/perl5/Ravada/Auth/LDAP.pm line 62.
The user logs in and everything works as expected, this is a cosmetic problem of noise in the log file.
-
Updated
Sep 22, 2020 - Shell
-
Updated
Jul 25, 2019 - JavaScript
-
Updated
Aug 1, 2020 - C++
-
Updated
Jan 22, 2019 - 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
Sep 11, 2020 - Python
-
Updated
May 19, 2020 - Shell
-
Updated
Aug 26, 2020 - Python
-
Updated
Aug 15, 2020 - Python
-
Updated
Sep 20, 2020 - Shell
the shared_storage_type terraform variable has been removed recently but some dead references can still be found throughout the project.
supersedes #286
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?