Skip to content
#

virtualization

Here are 654 public repositories matching this topic...

neko

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/

  • Updated Jun 26, 2021
  • Go
dev-dull
dev-dull commented May 1, 2021

Describe the bug
When installing from ISO, the user is prompted for a cluster token. I had set satellite of love for my main server (gypsy; physical server) and two nodes (tom-servo; physical server, crow; virtual machine). The server/controller boots and is accessible as expected, but the nodes never successfully join.

To Reproduce
Steps to reproduce the behavior:

  1. Boot main ser
dmacvicar
dmacvicar commented Nov 28, 2020

This is an experiment to attempt to make the provider independent of the operating system. The motivation is to be able to distribute it via the terraform registry (dmacvicar/terraform-provider-libvirt#747). As an experiment, it is not guaranteed that the changes will make into the main branch.

The strategy is to move from [libvirt-go](https://github.com/libvirt/libv

nanos
wjhun
wjhun commented Mar 24, 2021

The virtio_scsi driver enqueues buffers to the eventq but does not actually handle them on completion. The following events could be reported to the driver which require some action to be taken:

  • transport reset: This may occur as a result of hotplug events or a device being reset. Sense codes cannot be relied on when new devices or busses appear, so this event needs to be handled.
  • asynchro

Improve this page

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

Learn more