>
> I configured a W11EE VM using virt-manager and joined it to my work
> domain. Everything was fine for a while. Later when I tried to reboot,
> I got the "Preparing Automatic Repair" message and when I selected
> "Startup Repair", I got the error "Startup repair couldn't repair your
> PC". I th
>
> As soon as I umount cephfs virsh is able to talk to libvirtd.
>
> I tested the cephfs with:
>
> df (no problem)
> dd if=/dev/zero of=/cephstorage/a.img bs=1G count=1 oflag=dsync (no
> problem created random1G file, no I/O issues.)
>
> After mounting cephfs and restarting libvirtd "virsh" ha
> Is there something else which is a prerequisite to 'qemu:commandline'
> but if yes and I'm missing those, why would not then 'virsh' and/or
> 'virtqemud' say something?
No what you have looks ok, this is what I have as a test and is working ok. You
can try and these to see if something is shown
>
> I will say one thing that I noticed is: when giving the guest 8 cores
> and not setting the topology, windows device manager shows 8 CPUs but
> the task manager only shows 2. Feh. Windows.
Licensing? Difference how processors are detected?
>
> I have a Windows 10 pro (64bit) long time running as a libvirt/KVM guest
> that I think Windows Update finally narfed.
>
> The hardware is a supermicro motherboard with dual Intel E5-2640 CPUs
> for a total of 40 threads and 64GB
>
> The guest is allocated 2sockets, 5cores, 2 threads and 32G
> [...]
>
> > - hypervisor drivers:
> >- virtqemud - for managing qemu machines
> >- virtlxcd - for lxc
> >- ... for all other hypervisor drivers...
> > - network driver
> > - virtnetworkd
> > - storage driver
> > - virtstoraged
> > - secret driver
> > - virtsecretd
> >
>
> With this relatively new modular approach in libvirt - which service is
> needed in order to migrate guests via tcp?
>
I am not sure what you mean with 'new modular'. I am still on el7 going to el9
this year. I am doing live migrations just with these.
libvirtd.service
> >
> > How should I add LD_PRELOAD to domain xml. I guess within:
> >
> >
> >
> >
> >
> > but this is generating syntax errors.
>
> https://libvirt.org/kbase/qemu-passthrough-security.html
>
> Note the bit in the example that shows:
>
>
>
> So try:
>
>
Thank you very muc
How should I add LD_PRELOAD to domain xml. I guess within:
but this is generating syntax errors.
>
> ... hang on. Why does the *bridge* have an IP address? Think of a bridge
> as being like a switch; it has no address of its own.
>
>
??? Depends on how you use it.
>
> 1) I have two network ports on my server.
> -eno1 has the IP: XX1.XX1.XX1.150
>
> -bridge0 has the IP: XX2.XX2.XX2.100
> and has the interface member: port eno2.
> eno2 is not set up with an IP address.
>
> 2) The host runs on IP: XX1.XX1.XX1.150
>
> 3) A VM uses the b
On Tue, 14 Dec 2021 10:21:40 +,
Qu Wenruo wrote:
> On 2021/12/14 17:52, Marc Zyngier wrote:
> > The best workaround is to taskset the QEMU process (and I really mean
> > the process, not individual threads) to an homogeneous set of CPUs and
> > be done with it.
>
On Tue, 14 Dec 2021 10:08:29 +,
Peter Maydell wrote:
>
> On Tue, 14 Dec 2021 at 09:52, Marc Zyngier wrote:
> > The best workaround is to taskset the QEMU process (and I really mean
> > the process, not individual threads) to an homogeneous set of CPUs and
> > be done
On Tue, 14 Dec 2021 08:16:40 +,
Qu Wenruo wrote:
>
>
>
> On 2021/12/14 15:53, Michal Prívozník wrote:
> > On 12/14/21 01:41, Qu Wenruo wrote:
> >>
> >>
> >> On 2021/12/14 00:49, Marc Zyngier wrote:
> >>> On Mon, 13 Dec 2021 16:06
On Tue, 14 Dec 2021 00:41:01 +,
Qu Wenruo wrote:
>
>
>
> On 2021/12/14 00:49, Marc Zyngier wrote:
> > On Mon, 13 Dec 2021 16:06:14 +,
> > Peter Maydell wrote:
> >>
> >> KVM on big.little setups is a kernel-level question really; I've
&
On Mon, 13 Dec 2021 16:06:14 +,
Peter Maydell wrote:
>
> KVM on big.little setups is a kernel-level question really; I've
> cc'd the kvmarm list.
Thanks Peter for throwing us under the big-little bus! ;-)
>
> On Mon, 13 Dec 2021 at 15:02, Qu Wenruo wrote:
> >
> >
> >
> > On 2021/12/13 21:
>
> My question is this: what's best practices for making sure that a switch
> VLAN misconfiguration issue, a cabling to the wrong port, etc. doesn't
> compromise the KVM server itself?
Not sure about best practice. But what about using a macvtap. That by default
does not allow host communicatio
I was wondering if it is normal that the load reported from within the guest
differs a lot from the guest load monitored on the host?
Eg. currently I have guest that reports a load of 12-17 (uptime) while on the
host top shows 70% cpu usage, I would expect this to be also around 12-17%.
I was wondering if it is normal that the load reported from within the guest
differs a lot from the guest load monitored on the host?
Eg. currently I have guest that reports a load of 12-17 (uptime) while on the
host top shows 70% cpu usage, I would expect this to be also around 12-17%.
I wanted to create a monitoring user that can do some reporting like this:
runuser -u x -- prometheus-libvirt-exporter -libvirt.uri
/var/run/libvirt/libvirt-sock-ro
But I am getting the
failed to connect: authentication required
I wanted to create a monitoring user that can do some reporting like this:
runuser -u x -- prometheus-libvirt-exporter -libvirt.uri
/var/run/libvirt/libvirt-sock-ro
But I am getting the
failed to connect: authentication required
> the qemu guest agent installed on the guest and issue the virsh
> create-snapshot-as with the --quiesce parameter, is this correct?
>
I am doing a "guest-fsfreeze-freeze" and then create the external snapshot. And
for vm's that have databases, do a database dump to local dir, before the
snap
I have had a nfs-ganesha mount provision install images for vm's, and
recently I have the mount stall after starting a vm. (even when it does
not access an iso image on the nfs mount)
I have the host ip on a macvtap of the connected interface. The vm is
also having an macvtap on the same inte
On Tue, Oct 6, 2020 at 10:21 PM Alex Williamson
wrote:
>
> On Mon, 5 Oct 2020 11:05:05 -0400
> Marc Smith wrote:
>
> > Hi,
> >
> > I'm using QEMU/KVM on RHEL (CentOS) 7.8.2003:
> > # cat /etc/redhat-release
> > CentOS Linux release 7.8.2003
>
I am having a few hosts running just libvirt, among which I can do live
migration. Is there some way or does someone have a script to balance
guests evenly across these hosts? Based on memory usage eg.
So, look at the general server logs. Try and start the qemu command from
the command line, enable verbose logging, increase logging etc etc.
"cannot create PID file: Failed to write pid file" Disk full?
-Original Message-
From: muke101 [mailto:muke...@protonmail.com]
Sent: dinsd
again, but for my particular use case, this is not an option. Need the
surprise hotplug functionality to work with the PCIe EP passed into
the VM. And perhaps this is an issue elsewhere (eg, vfio-pci). Any
tips/suggestions on where to dig more would be appreciated.
Thanks for your time.
--Marc
I have had ksm[2] causing a high load (on recent centos7), such things
have been reported before[1]. I suspect that this could be related to
windows vm's. I am having not that many vm's in the current setup, and
this load increased on the hosts with a few windows vm's that are
already generat
Oh to bad. I am currently working on some hybrid solution having mesos
as an orchestrator combined with some kvm/qemu vm's. dcos does not allow
this, and I wondered maybe if your kubernetes was limiting your options
there also.
-Original Message-
Cc: libvirt-users
Subject: RE: EXT: R
What about running tasks/containers directly on the host?
-Original Message-
To: Daniel P. Berrangé
Cc: libvirt-users@redhat.com
Subject: RE: EXT: Re: KVM/QEMU Memory Ballooning
Hi Daniel,
Thank you very much for the quick answer. Now it is clear how this
memballooning driver works
I think it used to work also, maybe one of these latest releases of 7 it
has been removed in favour of using networkmanager. (which I do not
have)
-Original Message-
To: Marc Roos; libvirt-users
Subject: Re: virsh attach-interface auto up
Huh! It seemed to work fine for my CentOS 7
r
https://access.redhat.com/solutions/429653
-Original Message-
To: libvirt-users@redhat.com
Subject: Re: virsh attach-interface auto up
On 8/8/20 9:42 AM, Marc Roos wrote:
>
> I am doing a virsh detach-interface and an attach-interface. Is it
> possible to automatically bring
I am doing a virsh detach-interface and an attach-interface. Is it
possible to automatically bring the interface up after attaching it?
> you must be an ASCII charting demigod. Did you use software to make
those, or do
> them yourselves? Either way, I'm impressed...
Search for AsciiArtStudio.exe
Sorry Jerry, I guess you have to investigate this. I do this maybe only
once every two years, I also spend then quite some time getting this to
work. It is probably very similar to an earlier or later release.
Make sure you make snapshots before updating macos. I am always fearing
that somethi
I think that should work. I keep vm's as old as mountain lion, sierra,
highsierra till catalina.
-Original Message-
Cc: libvirt-users
Subject: Re: image of OS X how to boot
Thanks Marc - my OSX is still Yosemite. I dont see that in these files ?
Is support for that avai
Osx, macos only with such hacks
https://github.com/kholia/OSX-KVM
-Original Message-
To: libvirt-users@redhat.com
Subject: image of OS X how to boot
I have an image of OS X that I made with from the physical disk using
dd.
When I boot with libvirt-manager and environment I get an erro
22 juni 2020 1:54
To: libvirt-users@redhat.com
Subject: Re: Feature request? Auto start vm upon next shutdown
On 6/21/20 13:20, Marc Roos wrote:
>
> Sometimes when you change the configuration, this configuration change
> will only be available after a shutdown. Not to have to monitor
Sometimes when you change the configuration, this configuration change
will only be available after a shutdown. Not to have to monitor when the
vm shuts down, to start it again. It could be nice to have libvirt start
it one time. Something like:
1. change the network interface of a running gu
I was trying to see if it is possible to automatically set the mtu size
for the guest. I am using a tunnel with smaller mtu so when I switch
over vm's, it would be nice if they get this tunnel mtu automatically.
This config:
Generates this error:
error:
>===
=
> In Soviet Russia, Google searches you!
>===
=
You can easily remove 'In Soviet Russia, '
Anyone knows how the agent is using the vss service? Where this process
is documented?
-Original Message-
Cc: libvirt-users
Subject: snapshotting disk images with exchange db / volumes
I have been asking at technet about if I could snapshot an exchange db
volume[1]. But it looks li
I have been asking at technet about if I could snapshot an exchange db
volume[1]. But it looks like that windows server backup is sort of doing
the same. Creating vs image, and backup that one. However they truncated
the exchange db log files after a succesful procedure.
I was wondering if s
Link?
-Original Message-
Sent: 21 February 2020 11:50
To: Marc Roos
Cc: pkrempa; libvirt-users
Subject: Re: guest-fsfreeze-freeze freezes all mounted block devices
On Mon, Feb 17, 2020 at 01:52:02PM +0100, Marc Roos wrote:
>
> Hmmm, using 'virsh domfsinfo testdom' giv
Thanks! Will compare it this weekend!
-Original Message-
Cc: libvirt-ML
Subject: Re: can hotplug vcpus to running Windows 10 guest, but not
unplug
- On Feb 15, 2020, at 12:47 AM, Marc Roos m.r...@f1-outsourcing.eu
wrote:
> Would you mind sharing your xml? I have strange h
2596e-517c-11ea-b213-525400e83365
Report Status: 0
-Original Message-
Cc: libvirt-users
Subject: Re: guest-fsfreeze-freeze freezes all mounted block devices
On Mon, Feb 17, 2020 at 10:03:27 +0100, Marc Roos wrote:
> Hi Peter,
>
> Should I assume that the virsh domfsfreeze, d
t-fsfreeze-freeze freezes all mounted block devices
On Fri, Feb 14, 2020 at 22:14:55 +0100, Marc Roos wrote:
>
> I wondered if anyone here can confirm that
>
> virsh qemu-agent-command domain '{"execute":"guest-fsfreeze-freeze"}'
Note that libvirt implem
Would you mind sharing your xml? I have strange high host load on idle
windows guest/domain
-Original Message-
Sent: 14 February 2020 16:05
To: libvirt-ML
Subject: can hotplug vcpus to running Windows 10 guest, but not unplug
Hi,
i'm playing a bit around with vcpus.
My guest is Win
I wondered if anyone here can confirm that
virsh qemu-agent-command domain '{"execute":"guest-fsfreeze-freeze"}'
Freezes all mounted block devices filesystems. So if I use 4 block
devices they are all frozen for snapshotting. Or just the root fs?
:0 forgot indeed to check the manpage, sorry
-Original Message-
Cc: libvirt-users
Subject: Re: [libvirt-users] Live migrate with virsh migrate
On Tue, Dec 03, 2019 at 10:50:42 +0100, Marc Roos wrote:
>
>
> When I migrate a guest from svr1 to svr2 and shutdown the guest
When I migrate a guest from svr1 to svr2 and shutdown the guest on svr2.
I cannot start it anymore because the xml is not there. How can I make
sure this xml is automatically stored so I can start the guest again on
svr2?
___
libvirt-users maili
interface name
On 10/17/19 4:26 PM, Marc Roos wrote:
>
> Is it possible to do a live migrate of a guest, having on the from
> host a source_device=eth2 and to host a source_dev=eth1?
What management tool are you using that the syntax is
"source_device=eth2"?
Are you maybe just parap
Is it possible to do a live migrate of a guest, having on the from host
a source_device=eth2 and to host a source_dev=eth1?
___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users
I have a host setup for libvirt kvm/qemu vms. And I wonder a bit about
the overhead of the macvtap and how to configure the mtu's properly. To
be able to communicate with the host, I have moved the ip address of the
host from the adapter to a macvtap to allow host communication.
I have the b
On Thu, Jan 03, 2019 at 05:15:29PM -0500, Laine Stump wrote:
> On 1/3/19 9:23 AM, Marc Haber wrote:
> > On Wed, Jan 02, 2019 at 11:34:30AM -0500, Laine Stump wrote:
> > > On 12/16/18 4:59 PM, Marc Haber wrote:
> > > > I would like to run a network firewall as
Hi Laine,
thanks for your answer, I really appreciate that.
On Wed, Jan 02, 2019 at 11:34:30AM -0500, Laine Stump wrote:
> On 12/16/18 4:59 PM, Marc Haber wrote:
> > I would like to run a network firewall as a VM on a KVM host. There are
> > ~ 25 VLANs delivered to the KV
Hi,
nobody?
If this is the wrong forum, where can I find people who can help with
this issue?
Greetings
Marc
On Sun, Dec 16, 2018 at 10:59:22PM +0100, Marc Haber wrote:
> From: Marc Haber
> Subject: macvtap and tagged VLANs to the VM
> To: libvirt-users@redhat.com
> Date: Sun, 16
people knowledgeable about those complex network
stuff might hang around. If there is a better place to ask, I am open
for suggestion. Please pardon my intrusion.
Greetings
Marc
--
-
Marc Haber | "I don't t
the guests' xml file. Is there any
additional kernel module to load? The module br_netfilter is already
loaded and /proc/sys/net/bridge/bridge-nf-call-iptables is set to 1.
After hours of googling and testing I still couldn't find a solution.
Please help!
Thank you very
Hi,
I would suspect that you don't run the same version on the hosts and
you hit an incompatibilty issue.
Another question: does the SSH login works without passphrase?
Marc-Aurèle
On Mon, 2017-11-06 at 08:43 -0500, Hans Knecht wrote:
> Sorry, ctrl entered.
>
> I’m hoping so
> On 01 Jun 2016, at 15:59, Daniel P. Berrange wrote:
>
> On Wed, Jun 01, 2016 at 03:55:37PM +0200, Peter Krempa wrote:
>> On Wed, Jun 01, 2016 at 11:59:29 +0200, Marc-Aurèle Brothier - Exoscale
>> wrote:
>>> Hi,
>>>
>>> I'm facing a strang
Hi,
I'm facing a strange issue while doing a migration from an hypervisor to
another one. The migration takes for ever to start moving the memory.
The VM had no workload what so ever, just a basic ubuntu image. The versions on
the hypervisors are: libvirt 1.2.21, qemu 1.2.3
Command to launche t
I forgot to say: I'm using libvirt 1.2.15
> On 03 Mar 2016, at 11:06, Marc-Aurèle Brothier - Exoscale
> wrote:
>
> Hi!
>
> I'm testing the live migration on libvirt + KVM, the VMs are using non-shared
> local storage only. If I run a live migration with --
tination is
invalid as it lost the backing file and only copied the diff, so the base image
files are gonne. Moreover, the file size on the disk is also of 10GB with that
parameter.
Regards,
Marc-Aurèle Brothier
Exoscale
___
libvirt-users mailing list
li
On Wed, Sep 03, 2014 at 09:15:04AM -0600, Eric Blake wrote:
> On 09/03/2014 06:11 AM, Marc Haber wrote:
> > I would like to use btrfs subvolumes as storage place for VM images to
> > use snapshots.
> >
> > Unfortunately, this does not seem to work in virt-man
? Can I do it with virsh, or in the XML?
Greetings
Marc
--
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany| lose things."Winona Ryder | Fon: *49 6224 1
ually to /dev/luksdev and having a
filesystem directory storage pool point to that directory. this works,
but is ugly.
Is there a nicer way to get the contents of /dev/mapper available as
volumes in virt-manager?
Greetings
- Original Message -
> Hi,
> >> I'm trying to use virsh and virt-viewer on Windows. I'm running the
> >> latest binaries from http://spice-space.org/download.html, that is,
> >> virt-viewer-x64-0.5.7.msi on a Windows 7 64-bits computer.
> >>
> >> So far I got remote-viewer.exe to work, a
- Original Message -
> On 09/04/2013 12:53 PM, Fernando Lozano wrote:
> > Hi there,
> >
> > Sorry for the cross-post, but I seeked help on this issue before on
> > those lists, but nobody answered. :-(
> >
> > I'm trying to use virsh and virt-viewer on Windows. I'm running the
> > late
oot up the same VM with Linux as guest OS, the Galaxy
Tablet does not show up in lsusb.
What is happening on my system so that the USB device is not detected
in Windows and Linux? Any ideas how to fix that?
Greetings
Marc
--
'.
I don't, since I want authentication and encryption. I would like
virt-viewer --connect=qemu+ssh://m...@fan.zugschlus.de/system
to work as advertised without tweaks.
I think I'm getting something wrong here. What am I doing wrong?
Greetings
Marc
--
ewer --direct --connect=qemu+ssh:///system
does. So I guess there is something wrong with the tunneling of the
Spice session through ssh.
Am I doing something wrong? I would appreciate any hints.
Greetings
Marc
--
-----
Marc
On Fri, Jun 22, 2012 at 11:10:10AM +0100, Daniel P. Berrange wrote:
> On Fri, Jun 22, 2012 at 11:51:48AM +0200, Marc Haber wrote:
> > I am virtualizing with KVM via libvirt and virt-manager. To have
> > decent amounts of Entropy in the guest, I tried loading virtio_rng in
> >
or in
libvirt/virt-manager? If so, how do I do that? Is the support for this
rather recent feature already implemented in qemu-kvm 1.0, libvirt
0.9.12 and virt-manager 0.9.1?
Any hints will be appreciated.
Greetings
ads "connect". Hence, when I click there,
nothing happens.
Currently, the only way I am aware to get a new CD in the virtual
drive is to delete it and to add a new virtual CD drive.
Is this a bug, or am I doing
https://bugzilla.redhat.com/show_bug.cgi?id=710866 which
I filed back in June when I encountered this for the first time. I
accidentally filed the issue a second time yesterday but marked it as
a duplicate.
Greetings
Marc
--
-
Marc
On Tue, Aug 09, 2011 at 11:09:06AM -0400, Cole Robinson wrote:
> On 08/08/2011 04:37 PM, Marc Haber wrote:
> > I would like to be able to configure VMs running off dm-crypt devices
> > that were unlocked in the host. Unlocked dm-crypt devices show up in
> > /dev/mapper/device
orage pool for every device used?
Greetings
Marc
--
-----
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany | lose things."Winona Ryder | Fon: *49 621 72739834
N
ails while trying to initate the LVM. They are both
mounted as scsi drives and in the correct order. The host is Fedora
15 Alpha. Any help would be greatly appreciated, I'd love to ditch
VMWare!
Thanks
Marc
___
libvirt-users mailing list
libvirt-u
process?
Additionally,I'd like to know if there's a way I can check the QEMU monitor
command and parameters passed to the QEMU monitor command when a command is
executed through virsh.
Thanks,
Marc
On Mon, Apr 4, 2011 at 5:29 PM, linux user wrote:
> Hi all,
>
> I'd l
80 matches
Mail list logo