Skip to content
#

libvirt

Here are 260 public repositories matching this topic...

multipass
hemna
hemna commented Apr 2, 2020

What are you trying to do?
I would like to be able to use a cloud-init.yml from a url while launching a new vm

multipass launch -n test -c 2 --cloud-init http://my-home.com/multipass/cloud-init.yml

What's your proposed solution?
--cloud-init should support http:// files

Additional context
Add any other context or screenshots about the feature request here.

jhillyerd
jhillyerd commented Apr 24, 2020

I don't find mention of how to install plugins in the README or the docs linked from there.

Assuming most new nixops users are going to want to try nixops with libvirtd or VirtualBox, this is a significant adoption blocker.

schnuffle
schnuffle commented Jul 12, 2019

I've been reading the issues about using nginx as reverse proxy, so there're people where it seems to work.
The problem is that there isn't enough info to set it up properly.
My setup:

nginx:

location / {
    # First attempt to serve request as file, then
    # as directory, then fall back to displaying a 404.
    #try_files $uri $uri/ =404;
    proxy_pass htt
themr0c
themr0c commented Apr 24, 2019

If, for the directory /var/lib/virt-lightning/pool/upstream, the underlying filesystem is BTRFS, then we should make sure the images are created with copy on write turned off.

There are several ways to do it:

  • make sure /var/lib/virt-lightning/pool/upstream is created with nocow option
  • chattr -C on the empty files

I am not sure which ways should be the most suitable for the project.

Improve this page

Add a description, image, and links to the libvirt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libvirt topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.