The Wayback Machine - https://web.archive.org/web/20200608070316/https://github.com/topics/kvm-hypervisor
Skip to content
#

kvm-hypervisor

Here are 37 public repositories matching this topic...

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.

Soft
Soft commented Aug 23, 2017

Nitro is currently lacking in documentation, this should be improved. I am creating this issue to track the progress of documentation project.

As of what the documentation should contain, as a starting point, I think we should have:

  • Basic API Documentation: Basic documentation of classes and functions.
  • Higher-Level Description of Project Structure: What are the different

Improve this page

Add a description, image, and links to the kvm-hypervisor 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 kvm-hypervisor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.