similar to: lxc driver in libvirt - missing

Displaying 20 results from an estimated 7000 matches similar to: "lxc driver in libvirt - missing"

2020 Apr 06
1
Wiki edit: HowTos/Virtualization
Hello everyone, First time contributor ... long time listener! Your /FirstnameLastname/ username: ChrisCallegari I am working with Open Source project called KubeVirt. Part of our mission is to ensure that the project can easily be deployed ... this includes host os and Kubernetes. We dev and test on Fedora, CentOS, and RHEL and several Debian derivatives for OS's and minikube for
2023 Nov 16
1
emulate ARM ?
On Nov 14, 2023, at 13:44, lejeczek via CentOS <centos at centos.org> wrote: > > How do you emulate AMR arch With QEMU: $ uname -r 5.14.0-284.30.1.el9_2.x86_64 $ sudo dnf install qemu-user-static-aarch64 $ docker pull --platform=linux/arm64 tangentsoft/iperf3 $ docker export $(docker create --name iperf3 tangentsoft/iperf3) > iperf3.tar $ tar xf iperf3.tar $ file bin/iperf3
2020 Jul 11
2
nbdkit / exposing disk images in containers
KubeVirt is a custom resource (a kind of plugin) for Kubernetes which adds support for running virtual machines. As part of this they have the same problems as everyone else of how to import large disk images into the system for pets, templates, etc. As part of the project they've defined a format for embedding a disk image into a container (unclear why? perhaps so these can be distributed
2020 Jul 13
1
Re: nbdkit / exposing disk images in containers
On Sun, Jul 12, 2020 at 11:16:01PM +0300, Nir Soffer wrote: > On Sat, Jul 11, 2020 at 11:18 AM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > KubeVirt is a custom resource (a kind of plugin) for Kubernetes which > > adds support for running virtual machines. As part of this they have > > the same problems as everyone else of how to import large disk images
2016 Apr 21
1
Mapping physical interface to a container
In the "other" LXC project (linuxcontainers.org), you can map a host's physical ethernet interface to a container, e.g. lxc.network.type = phys lxc.network.flags = up lxc.network.link = eth1 lxc.network.name = eth1 Is there an equivalent option for doing this with libvirt lxc? Peter
2019 Jan 05
2
Docker on Centos 7
On 01/04/2019 09:16 PM, H wrote: > On 01/04/2019 08:27 AM, Daniel Walsh wrote: >> On 1/4/19 8:22 AM, Daniel Walsh wrote: >>> On 1/3/19 10:19 PM, H wrote: >>>> I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have
2018 Oct 20
1
how to use LV(container) created by lxc-create?
hi everyone, how can I use a LV created by lxc in libvirt guest domain? You know, you lxc-create with LV as backstore for a container(ubuntu in my case) and now you want to give to libvit. That, I thought would be a very common case but I failed to find a good howto on how one: lxc-create(lvm) => let libvirt take control over it. Or it's not how you would do it at all? many thanks, L.
2019 Jan 04
2
Docker on Centos 7
On 1/4/19 8:22 AM, Daniel Walsh wrote: > On 1/3/19 10:19 PM, H wrote: >> I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have not found any information in the Docker General Forum. >> >> Has anyone else seen this?
2014 Feb 12
2
Re: LXC container driver
> > NB user namespaces are a fairly new piece of functionality that > is still somewhat rough around the edges. You usuaully want to > have the most recent kernel.org stable kernel available when > using this. > Yes, I confirm it is a little bit touchy for me. gabx@hortensia ➤➤ ~ % uname -a Linux hortensia 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64
2019 Jan 22
2
LXC guest to have/make a device node (FUSE)
hi guys With lxc container under libvirt control - how can guest create device nodes? I'm specifically looking for FUSE device. Is it possible somehow to get it to the guest(passthrough?) or allow the guest to create dev node? many thanks, L.
2017 Apr 29
7
SCSI drives and Centos 7
Everyone, about 4 years ago, I tried to install CentOS 6 on a Supermicro server with SCSI drives using a LSI raid system. I could never figure out or find a way to make the installation disc of Centos 6 identify the SCSI drives. The installation disc for Centos 5 identified the SCSI drives without a problem. I finally gave up on Centos 6 and installed Centos 5 and the system has worked very
2019 Jan 04
2
Docker on Centos 7
I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have not found any information in the Docker General Forum. Has anyone else seen this?
2019 Jun 10
2
lxc - pass filesystem off host's automounts
hi guys in my qutest I have this: ...     <filesystem type='mount' accessmode='passthrough'>       <source dir='/home'/>       <target dir='/home'/>     </filesystem> ... and on the host /home/* are user home dirs which are automounted off a glusterfs volume. The guest starts okey, I can see dirs under /home but if I go to /home/userA I
2020 Jun 05
2
No outbound connectivity from guest VM(fedora 32)
Hi, I recently installed a fresh install of Fedora 32 and I am having trouble with my virtual machine networking, I can ssh and connect into my guest VMs from my host, but the guest VMs cannot ping out to the internet. I am using the "default" NAT virtual network, the interesting thing is I have made no configuration changes on my host or in the guest VMs, simply created and installed
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On Tue, Mar 21, 2023 at 09:05:12AM -0500, Eric Blake wrote: > > $ podman build -f ci/containers/alpine-edge.Dockerfile -t libnbd-alpine-edge You usually shouldn't need this step when reproducing a problem on CI. Instead just use the container that gitlab has published under the project's registry For any job eg https://gitlab.com/nbdkit/libnbd/-/jobs/3973002673 you'll see at
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On Tue, Mar 21, 2023 at 07:04:59AM +0100, Laszlo Ersek wrote: > On 3/20/23 20:41, Eric Blake wrote: > > On Sun, Mar 19, 2023 at 10:41:37AM +0100, Laszlo Ersek wrote: > >> This is version 4 of the following sub-series: > >> > >> [libnbd PATCH v3 09/29] lib/utils: introduce async-signal-safe execvpe() > >> [libnbd PATCH v3 10/29] lib/utils: add unit tests
2018 Sep 03
2
running a (secondary) samba DC as docker container
As I am learning docker lately I came to the idea of using a docker container as a "fallback" DC at sites where there is no budget (or understanding) for a 2nd physical DC. That 2nd DC *might* run as docker container alongside the DM/fileserver, right? OK, it should get a separate IP, I assume etc Aside from the details: does anyone here actually do that?
2020 Jun 08
1
Re: No outbound connectivity from guest VM(fedora 32)
On Mon, Jun 8, 2020 at 5:09 AM Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Fri, Jun 05, 2020 at 01:27:08PM -0400, Justin Stephenson wrote: > > Hi, > > > > I recently installed a fresh install of Fedora 32 and I am having > > trouble with my virtual machine networking, I can ssh and connect into > > my guest VMs from my host, but the guest VMs
2019 Oct 23
2
Confused setting up a "Virtual Server Hosting" config
Hi list, Can anyone advise me on the correct/best set up for Virtual Server Hosting? I have a guest in my server room wish to migrate to dedicated server I rented in an offsite in a data centre.  I rented a box with one NIC and one public IP.  I installed KVM on it and a guest. (both Ubuntu 18.04 LTS server edition).  I am struggling to get the networking right. Essentially I want the
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/22/23 12:42, Daniel P. Berrang? wrote: > On Wed, Mar 22, 2023 at 12:13:49PM +0100, Laszlo Ersek wrote: >> On 3/22/23 11:42, Laszlo Ersek wrote: >> >>> Now the "podman build -f ci/containers/alpine-edge.Dockerfile -t >>> libnbd-alpine-edge" command is failing with a different error message -- >>> the download completes, but the internal