Re: Help ! libvirt

2023-09-22 Thread Andrea Bolognani
On Fri, Sep 22, 2023 at 10:48:55AM +, Michael Kjörling wrote: > On 22 Sep 2023 01:34 -0700, from abolo...@redhat.com (Andrea Bolognani): > >> If I switch the suspend-to-disk enabled="yes" > >> I strangely get an error > >> error: operation failed: Unable to find any firmware to satisfy 'efi' >

Re: Help ! libvirt

2023-09-22 Thread Michael Kjörling
On 22 Sep 2023 01:34 -0700, from abolo...@redhat.com (Andrea Bolognani): >> If I switch the suspend-to-disk enabled="yes" >> I strangely get an error >> error: operation failed: Unable to find any firmware to satisfy 'efi' > > I can explain that one. > > suspend-to-disk.enabled=yes requires a

Re: Help ! libvirt

2023-09-22 Thread Michal Prívozník
On 9/22/23 10:34, Andrea Bolognani wrote: > On Fri, Sep 22, 2023 at 06:33:06AM +0100, Bhasker C V wrote: >> I finally fixed it. >> The issue seems to be with the tpm-tis/cpu backend (wonder why it shows up >> with a different error) >> For the sake of community, I am attaching the new xml file so

Re: Help ! libvirt

2023-09-22 Thread Andrea Bolognani
On Fri, Sep 22, 2023 at 06:33:06AM +0100, Bhasker C V wrote: > I finally fixed it. > The issue seems to be with the tpm-tis/cpu backend (wonder why it shows up > with a different error) > For the sake of community, I am attaching the new xml file so that you can > do forensics on what changed >

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
th libvirt and for the life of mine I could not find why the other xml file doesnt work and why this does. Happy libvirt-ing On Thu, Sep 21, 2023 at 2:58 PM Bhasker C V wrote: > Hi, > I have tried that too and that did not help either (i.e adding the format > type=gpt) > The output you requ

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
Hi, I have tried that too and that did not help either (i.e adding the format type=gpt) The output you requested ``` $ sudo qemu-img info --backing-chain /var/virt/WINDOWS/WIN11 image: /var/virt/WINDOWS/WIN11 file format: qcow2 virtual size: 60 GiB (64424509440 bytes) disk size: 55.1 GiB

Re: Help ! libvirt

2023-09-21 Thread Peter Krempa
On Thu, Sep 21, 2023 at 10:50:07 +0100, Bhasker C V wrote: > Attaching win11.xml > Please note that this used to work fine. It is failing now on libvirt- > 9.7.0-1 > > On Thu, Sep 21, 2023 at 9:13 AM Peter Krempa wrote: > > > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote: > > >

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
Attaching win11.xml Please note that this used to work fine. It is failing now on libvirt- 9.7.0-1 On Thu, Sep 21, 2023 at 9:13 AM Peter Krempa wrote: > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote: > > Adding libvirt mailing list > > apologies for cross-posting > > libvirt

Re: Help ! libvirt

2023-09-21 Thread Peter Krempa
On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote: > Adding libvirt mailing list > apologies for cross-posting > libvirt version: 9.7.0-1 > > On Thu, Sep 21, 2023 at 8:39 AM john doe wrote: > > > On 9/21/23 09:32, Bhasker C V wrote: > > > I am getting an error with libivrt when I create

Re: Help ! libvirt

2023-09-21 Thread Daniel P . Berrangé
On Thu, Sep 21, 2023 at 09:05:43AM +0100, Bhasker C V wrote: > Adding libvirt mailing list > apologies for cross-posting > libvirt version: 9.7.0-1 > > On Thu, Sep 21, 2023 at 8:39 AM john doe wrote: > > > On 9/21/23 09:32, Bhasker C V wrote: > > > I am getting an error with libivrt when I

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
Adding libvirt mailing list apologies for cross-posting libvirt version: 9.7.0-1 On Thu, Sep 21, 2023 at 8:39 AM john doe wrote: > On 9/21/23 09:32, Bhasker C V wrote: > > I am getting an error with libivrt when I create a VM > > > > ``` > > $ sudo virsh create ./win11.xml > > error: Failed

help regarding gsoc 2023

2023-02-24 Thread Kshitiz Mhto
hello, i am 1st year student with good understanding of C programming along with pythan and java. i would love to contribute to project "libvirt" and interested in gsoc 2023 regardung the project [Metadata support for all object schemas -- Suggested by: Daniel Berrange]. could anyone help on this?

Fwd: Need help

2022-12-21 Thread Gk Gk
FYI -- Forwarded message - From: Gk Gk Date: Wed, Dec 21, 2022 at 9:46 PM Subject: Re: Need help To: Daniel P. Berrangé I have just created a new vm and rechecked the disk stats. This time around too, they seem to be different as shown below: >From libvirt python libr

Fwd: Need help

2022-12-21 Thread Gk Gk
For larger reach... -- Forwarded message - From: Gk Gk Date: Thu, Dec 22, 2022 at 8:35 AM Subject: Re: Need help To: Daniel P. Berrangé Hi Daniel, Did you get a chance to check this out ? Please let me know On Wednesday, December 21, 2022, Gk Gk wrote: > I have j

Re: Need help

2022-12-21 Thread Daniel P . Berrangé
On Wed, Dec 21, 2022 at 08:14:14PM +0530, Gk Gk wrote: > Hi All, > > I am trying to get guest VM's disk statistics using a libvirt python > library as follows: > --- > raw_xml = domain.XMLDesc(0) > for disk in doc.getElementsByTagName('disk'): > disk_data = disk.getElementsByTagName('target') >

Need help

2022-12-21 Thread Gk Gk
Hi All, I am trying to get guest VM's disk statistics using a libvirt python library as follows: --- raw_xml = domain.XMLDesc(0) for disk in doc.getElementsByTagName('disk'): disk_data = disk.getElementsByTagName('target') --- The above code is yielding the following stats for two disks inside

Re: Need help

2022-12-02 Thread Laine Stump
On 12/2/22 7:43 AM, Gk Gk wrote: Hi, We have an openstack platform and we are trying to get the network details of the guest vm on the hypervisors using the python libvirt library (domain.interfaceStats) . But in cases of SR-IOV vms, the interface is not being reported by the above tool. 

Need help

2022-12-02 Thread Gk Gk
Hi, We have an openstack platform and we are trying to get the network details of the guest vm on the hypervisors using the python libvirt library (domain.interfaceStats) . But in cases of SR-IOV vms, the interface is not being reported by the above tool. The interface in this case is "hostdev"

Re: Help in porting smack related patches to meson build system

2022-09-20 Thread Peter Krempa
On Mon, Sep 19, 2022 at 16:31:25 +, Vishal Gupta (vishagu2) wrote: > Hi Peter , Hi, I firstly want to ask you to avoid top-posting on technical mailing lists. > > > > Thanks for ur reply . > > > > Kirkstone is the latest release from Yocto foundation . details >

Re: Help in porting smack related patches to meson build system

2022-09-19 Thread Peter Krempa
On Fri, Sep 16, 2022 at 11:10:14 +, Akash Bhaskaran (akabhask) wrote: > Hi, > > We are trying to port some patches pertaining to files like > Makefile.am ,configure.ac and .m4’s to libvirt kirkstone release. We > see that latest kirskstone now uses meson build architecture. What is a

Help in porting smack related patches to meson build system

2022-09-16 Thread Akash Bhaskaran (akabhask)
Hi, We are trying to port some patches pertaining to files like Makefile.am ,configure.ac and .m4’s to libvirt kirkstone release. We see that latest kirskstone now uses meson build architecture. We have difficulties in porting the changes in the above-mentioned files to meson. Is there any

Re: Help with libvirt

2022-04-19 Thread Francesc Guasch
El 11/4/22 a les 15:06, Eduardo Kiassucumuca ha escrit: Good morning I'm Eduardo, a computer science student and I'm doing a final course work focused on virtualization. The work consists of creating virtual machines on a server and allowing ssh access to the virtual machines that are on the

Re: Help with libvirt

2022-04-13 Thread Martin Kletzander
On Mon, Apr 11, 2022 at 01:06:54PM +, Eduardo Kiassucumuca wrote: Good morning I'm Eduardo, a computer science student and I'm doing a final course work focused on virtualization. The work consists of creating virtual machines on a server and allowing ssh access to the virtual machines that

Help with libvirt

2022-04-13 Thread Eduardo Kiassucumuca
Good morning I'm Eduardo, a computer science student and I'm doing a final course work focused on virtualization. The work consists of creating virtual machines on a server and allowing ssh access to the virtual machines that are on the server containing qemu/kvm/libvirt. The problem is that I

help

2022-02-22 Thread admin
help

help,virsh start vm failed

2021-02-27 Thread 展荣臻(信泰)
Hello,all I start vm failed as show below: ()[root@com1 tmp]# virsh start centos error: Failed to start domain centos error: Start job for unit machine-qemu\x2d1\x2dcentos.scope failed with 'failed' as the same time error "2021-02-27 08:58:31.688+: 22: error :

Re: Help on Meson build Error

2020-09-25 Thread Wei Wang
On Fri, Sep 25, 2020 at 6:20 PM Andrea Bolognani wrote: > On Fri, 2020-09-25 at 17:46 +0800, Wei Wang wrote: > > On Fri, Sep 25, 2020 at 5:35 PM Daniel P. Berrangé > wrote: > > > On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote: > > > > That's strange, my rst2html5 comes from docutils:

Re: Help on Meson build Error

2020-09-25 Thread Andrea Bolognani
On Fri, 2020-09-25 at 17:46 +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 5:35 PM Daniel P. Berrangé > wrote: > > On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote: > > > That's strange, my rst2html5 comes from docutils: > > > python3-docutils:

Re: Help on Meson build Error

2020-09-25 Thread Andrea Bolognani
On Fri, 2020-09-25 at 10:26 +0100, Daniel P. Berrangé wrote: > On Fri, Sep 25, 2020 at 11:23:57AM +0200, Andrea Bolognani wrote: > > On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > > > There is a completely different rst2html5 that people might get > > > from "pip" if you did "pip

Re: Help on Meson build Error

2020-09-25 Thread Wei Wang
On Fri, Sep 25, 2020 at 5:35 PM Daniel P. Berrangé wrote: > On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote: > > On Fri, Sep 25, 2020 at 5:24 PM Andrea Bolognani > > wrote: > > > > > On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > > > > On Fri, Sep 25, 2020 at 05:03:24PM

Re: Help on Meson build Error

2020-09-25 Thread Ján Tomko
On a Friday in 2020, Daniel P. Berrangé wrote: On Fri, Sep 25, 2020 at 11:23:57AM +0200, Andrea Bolognani wrote: On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > On Fri, Sep 25, 2020 at 05:03:24PM +0800, Wei Wang wrote: > > /usr/local/bin/rst2html5 --stylesheet= --strict

Re: Help on Meson build Error

2020-09-25 Thread Daniel P . Berrangé
On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 5:24 PM Andrea Bolognani > wrote: > > > On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > > > On Fri, Sep 25, 2020 at 05:03:24PM +0800, Wei Wang wrote: > > > > /usr/local/bin/rst2html5 --stylesheet=

Re: Help on Meson build Error

2020-09-25 Thread Wei Wang
On Fri, Sep 25, 2020 at 5:24 PM Andrea Bolognani wrote: > On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > > On Fri, Sep 25, 2020 at 05:03:24PM +0800, Wei Wang wrote: > > > /usr/local/bin/rst2html5 --stylesheet= --strict docs/manpages/virsh.rst > > > docs/manpages/virsh.rst:41:

Re: Help on Meson build Error

2020-09-25 Thread Daniel P . Berrangé
On Fri, Sep 25, 2020 at 11:23:57AM +0200, Andrea Bolognani wrote: > On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > > On Fri, Sep 25, 2020 at 05:03:24PM +0800, Wei Wang wrote: > > > /usr/local/bin/rst2html5 --stylesheet= --strict docs/manpages/virsh.rst > > >

Re: Help on Meson build Error

2020-09-25 Thread Andrea Bolognani
On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > On Fri, Sep 25, 2020 at 05:03:24PM +0800, Wei Wang wrote: > > /usr/local/bin/rst2html5 --stylesheet= --strict docs/manpages/virsh.rst > > docs/manpages/virsh.rst:41: (ERROR/3) Error in "code-block" directive: > > 1 argument(s)

Re: Help on Meson build Error

2020-09-25 Thread Daniel P . Berrangé
On Fri, Sep 25, 2020 at 10:40:34AM +0200, Andrea Bolognani wrote: > On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani > > wrote: > > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote: > > > > In file included from ../src/util/virfile.c:42:

Re: Help on Meson build Error

2020-09-25 Thread Daniel P . Berrangé
On Fri, Sep 25, 2020 at 05:03:24PM +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 4:54 PM Daniel P. Berrangé > wrote: > > > > > > Yes, I tried, but it fails with > > > ../src/util/virfile.c:42:11: fatal error: libutil.h: No such file or > > > directory > > > > You'd have to delete the build

Re: Help on Meson build Error

2020-09-25 Thread Wei Wang
On Fri, Sep 25, 2020 at 4:54 PM Daniel P. Berrangé wrote: > > > Yes, I tried, but it fails with > > ../src/util/virfile.c:42:11: fatal error: libutil.h: No such file or > > directory > > You'd have to delete the build dir and re-run meson so that it > auto-detects again. > > OK, that issue seems

Re: Help on Meson build Error

2020-09-25 Thread Daniel P . Berrangé
On Fri, Sep 25, 2020 at 04:44:24PM +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 4:40 PM Andrea Bolognani > wrote: > > > On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > > > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani > > wrote: > > > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang

Re: Help on Meson build Error

2020-09-25 Thread Wei Wang
On Fri, Sep 25, 2020 at 4:40 PM Andrea Bolognani wrote: > On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani > wrote: > > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote: > > > > In file included from ../src/util/virfile.c:42: > > > >

Re: Help on Meson build Error

2020-09-25 Thread Andrea Bolognani
On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani wrote: > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote: > > > In file included from ../src/util/virfile.c:42: > > > /usr/include/libutil.h:43:10: fatal error: sys/_types.h: No such file or

Re: Help on Meson build Error

2020-09-25 Thread Wei Wang
On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani wrote: > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote: > > In file included from ../src/util/virfile.c:42: > > /usr/include/libutil.h:43:10: fatal error: sys/_types.h: No such file or > directory > >43 | #include > > |

Re: Help on Meson build Error

2020-09-25 Thread Andrea Bolognani
On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote: > In file included from ../src/util/virfile.c:42: > /usr/include/libutil.h:43:10: fatal error: sys/_types.h: No such file or > directory >43 | #include > | ^~ > compilation terminated. > [51/908] Compiling C object

Re: Help on Meson build Error

2020-09-24 Thread Wei Wang
On Fri, Sep 25, 2020 at 10:03 AM Wei Wang wrote: > On Thu, Sep 24, 2020 at 2:58 PM Ján Tomko wrote: > >> On a Thursday in 2020, Wei Wang wrote: >> >Seems it didn't appear on the mailing list, resent it. >> > >> > Hi folks, >> > >> >I'm trying to build libvirt using meson with the latest

Re: Help on Meson build Error

2020-09-24 Thread Wei Wang
On Thu, Sep 24, 2020 at 2:58 PM Ján Tomko wrote: > On a Thursday in 2020, Wei Wang wrote: > >Seems it didn't appear on the mailing list, resent it. > > > > Hi folks, > > > >I'm trying to build libvirt using meson with the latest upstream libvirt, > >but the compilation fails: > >(followed on

Help on meson build

2020-09-24 Thread Wei Wang
/viraudit.c.o In file included from ../src/util/viraudit.c:22: ./config.h:1026:10: fatal error: config-post.h: No such file or directory Any help is appreciated. Thanks, Wei

Re: Help on Meson build Error

2020-09-24 Thread Ján Tomko
was moved to config.h when we converted to Meson. There are probably some leftovers from a previous build in your build directory. Can you try it with an empty build directory? Jano Any help is appreciated. Thanks, Wei signature.asc Description: PGP signature

Help on Meson build Error

2020-09-24 Thread Wei Wang
: ./config.h:1026:10: fatal error: config-post.h: No such file or directory FAILED: src/util/libvirt_util.a.p/viraudit.c.o In file included from ../src/util/viraudit.c:22: ./config.h:1026:10: fatal error: config-post.h: No such file or directory Any help is appreciated. Thanks, Wei

Re: Help with external snapshots as backups

2020-07-14 Thread Peter Krempa
On Sat, Jul 11, 2020 at 13:04:51 -0400, Alex Regan wrote: > Hi, > I have a win10 guest on a fedora32 system and have some questions as I > explore using external snapshots as a form of backup in case of a Windows > failure (as in, it won't boot or is completely irrecoverable) as well as > revision

Help with external snapshots as backups

2020-07-11 Thread Alex Regan
Hi, I have a win10 guest on a fedora32 system and have some questions as I explore using external snapshots as a form of backup in case of a Windows failure (as in, it won't boot or is completely irrecoverable) as well as revision control (to be able to rollback changes after a failed app

Re: Could you please help with questions about the net failover feature

2020-07-09 Thread Ken Cox
PF's pci address) # rpm -q kernel kernel-4.18.0-193.4.1.el8_2.x86_64 Could you please help to confirm if this is a kernel bug? Thank you very much! Interesting. I'm not sure if this is expected behavior, or if it's improper behavior and it just hasn't been tested before (obviously based on

Re: Could you please help with questions about the net failover feature

2020-07-08 Thread Laine Stump
.4.1.el8_2.x86_64 Could you please help to confirm if this is a kernel bug?  Thank you very much! Interesting. I'm not sure if this is expected behavior, or if it's improper behavior and it just hasn't been tested before (obviously based on my earlier recommendation, I think it *should* be able to

Re: Could you please help with questions about the net failover feature

2020-07-08 Thread Ken Cox
:00.1 enp130s0f1: 1 Spoofed packets detected Jul  6 04:56:54 dell-per730-xx kernel: ixgbe :82:00.1 enp130s0f1: 1 Spoofed packets detected " (enp130s0f1 is the PF's interface name, and :82:00.1 is the PF's pci address) # rpm -q kernel kernel-4.18.0-193.4.1.el8_2.x86_64 Could you please help

Re: Could you please help with questions about the net failover feature

2020-07-08 Thread Stefan Assmann
130s0f1 is the PF's interface name, and :82:00.1 is the PF's pci > > address) > > # rpm -q kernel > > kernel-4.18.0-193.4.1.el8_2.x86_64 > > > > Could you please help to confirm if this is a kernel bug?  Thank you > > very much! > > Interesting.

Re: Could you please help with questions about the net failover feature

2020-07-06 Thread Laine Stump
ernel: ixgbe :82:00.1 enp130s0f1: 1 Spoofed packets detected " (enp130s0f1 is the PF's interface name, and :82:00.1 is the PF's pci address) # rpm -q kernel kernel-4.18.0-193.4.1.el8_2.x86_64 Could you please help to confirm if this is a kernel bug?  Thank you very much! Intere

Re: Could you please help with questions about the net failover feature

2020-07-06 Thread Yalan Zhang
ckets detected " (enp130s0f1 is the PF's interface name, and :82:00.1 is the PF's pci address) # rpm -q kernel kernel-4.18.0-193.4.1.el8_2.x86_64 Could you please help to confirm if this is a kernel bug? Thank you very much! You have two choices for the backup virtio interface:

Re: Could you please help with questions about the net failover feature

2020-03-21 Thread Laine Stump
e use case for this option. and some example config, here: https://www.libvirt.org/formatdomain.html#elementsTeaming I'm not sure whether it is correct. Could you please help to explain? Thank you in advance. For example, primary hostdev is connected to vf-pool with , while the standby is

Could you please help with questions about the net failover feature

2020-03-20 Thread Yalan Zhang
Hi laine, I have leave some questions on IRC, but my VPN broken time after time. Please ignore the questions on IRC. In my understanding, the standby and primary hostdev interface may be in different subnet. I'm not sure whether it is correct. Could you please help to explain? Thank you

Re: [libvirt-users] HELP!

2019-02-15 Thread Daniel P . Berrangé
On Fri, Feb 15, 2019 at 04:20:34PM +0100, Martin Kletzander wrote: > Please consider writing more descriptive subjects. No need to shout, too. > > On Fri, Feb 15, 2019 at 08:43:36PM +0530, Shashwat shagun wrote: > > [...] > > > func (d *DomService) Connect() error { > >var err error >

[libvirt-users] HELP!

2019-02-15 Thread Shashwat shagun
I'm getting this error (below) [root@localhost test]# ./test virError(Code=6, Domain=20, Message='invalid connection pointer in virConnectListAllDomains') 0 running domains: when running this program :- (below) package main import ( "fmt" libvirt "github.com/libvirt/libvirt-go" )

Re: [libvirt-users] HELP!

2019-02-15 Thread Martin Kletzander
Please consider writing more descriptive subjects. No need to shout, too. On Fri, Feb 15, 2019 at 08:43:36PM +0530, Shashwat shagun wrote: [...] func (d *DomService) Connect() error { var err error d.Conn, err = libvirt.NewConnect("qemu:///system") if err != nil {

Re: [libvirt-users] Limiting instructions for guest to help with migration to different host

2018-01-15 Thread Michal Privoznik
On 01/04/2018 02:54 AM, R wrote: > Hello, > > I am migrating a suspended x86-64 guest (disk & state) across > different x86-64 hosts with small differences in the available CPU > instructions and when I try to resume the guest on the different host > libvirt reports an error like this "CPU

Re: [libvirt-users] Limiting instructions for guest to help with migration to different host

2018-01-14 Thread R
Hello, Does anybody have an answer for the question below? Should I provide any additional information? Thanks! /R On Wed, Jan 3, 2018 at 5:54 PM, R wrote: > Hello, > > I am migrating a suspended x86-64 guest (disk & state) across > different x86-64 hosts with small differences

[libvirt-users] Limiting instructions for guest to help with migration to different host

2018-01-03 Thread R
Hello, I am migrating a suspended x86-64 guest (disk & state) across different x86-64 hosts with small differences in the available CPU instructions and when I try to resume the guest on the different host libvirt reports an error like this "CPU feature XXX not found" and fails. My question is,

Re: [libvirt-users] CPU Pinning Help

2017-03-21 Thread arrakis
in ...?6                        Thanks for the help! Original Message Subject: Re: [libvirt-users] CPU Pinning Help From: Ram Krishna <krishna.ubu...@gmail.com> Date: Tue, March 21, 2017 1:13 am To: arra...@tsiom.com Cc: libvirt-users@redhat.com can you try lstopo commandOn

Re: [libvirt-users] CPU Pinning Help

2017-03-20 Thread Ram Krishna
can you try lstopo command > On Mar 19, 2017, at 9:54 PM, <arra...@tsiom.com> <arra...@tsiom.com> wrote: > > Hello, I was hoping someone help me regarding my KVM Domain XML file. I have > a 1 socket, 6 core processor with hyperthreading. I wanted to pin 3 full >

[libvirt-users] CPU Pinning Help

2017-03-20 Thread arrakis
Hello, I was hoping someone help me regarding my KVM Domain XML file. I have a 1 socket, 6 core processor with hyperthreading. I wanted to pin 3 full cores (6 threads on 3 cores) to my KVM instance with a 1-1 mapping (so that the KVM instance has 3 cores and 6 total threads). I thus used

Re: [libvirt-users] Help needed on a gentoo system after update to libvirtd 3.1.0

2017-03-08 Thread Marko Weber | 8000
Am 2017-03-08 11:11, schrieb Martin Kletzander: On Tue, Mar 07, 2017 at 05:53:45PM +0100, Marko Weber | 8000 wrote: Am 2017-03-07 13:01, schrieb Michal Privoznik: On 03/07/2017 11:44 AM, Marko Weber | 8000 wrote: (sorry, dont know how i put my posting into an reply to an other issue

Re: [libvirt-users] Help needed on a gentoo system after update to libvirtd 3.1.0

2017-03-08 Thread Martin Kletzander
On Tue, Mar 07, 2017 at 05:53:45PM +0100, Marko Weber | 8000 wrote: Am 2017-03-07 13:01, schrieb Michal Privoznik: On 03/07/2017 11:44 AM, Marko Weber | 8000 wrote: (sorry, dont know how i put my posting into an reply to an other issue before, new posting to sepearte it, big sorry) Oh

Re: [libvirt-users] Help needed on a gentoo system after update to libvirtd 3.1.0

2017-03-08 Thread Martin Kletzander
this effect after update? do i have to change some more things? or is this a bug? There should be no need to change anything. any help and hints are welcome thank you marko weber ___ libvirt-users mailing list libvirt-users@redhat.com https

Re: [libvirt-users] Help needed on a gentoo system after update to libvirtd 3.1.0

2017-03-07 Thread Marko Weber | 8000
Am 2017-03-07 13:01, schrieb Michal Privoznik: On 03/07/2017 11:44 AM, Marko Weber | 8000 wrote: (sorry, dont know how i put my posting into an reply to an other issue before, new posting to sepearte it, big sorry) Hello list, i updated on a gentoo system from libvirtd 2.5 to 3.1.0

Re: [libvirt-users] Help needed on a gentoo system after update to libvirtd 3.1.0

2017-03-07 Thread Marko Weber | 8000
Am 2017-03-07 13:01, schrieb Michal Privoznik: On 03/07/2017 11:44 AM, Marko Weber | 8000 wrote: (sorry, dont know how i put my posting into an reply to an other issue before, new posting to sepearte it, big sorry) Hello list, i updated on a gentoo system from libvirtd 2.5 to 3.1.0

Re: [libvirt-users] Help needed on a gentoo system after update to libvirtd 3.1.0

2017-03-07 Thread Michal Privoznik
On 03/07/2017 11:44 AM, Marko Weber | 8000 wrote: > > > (sorry, dont know how i put my posting into an reply to an other issue > before, > new posting to sepearte it, big sorry) > > > > > Hello list, > > i updated on a gentoo system from libvirtd 2.5 to 3.1.0 > Now my windows machines cant

[libvirt-users] Help needed on a gentoo system after update to libvirtd 3.1.0

2017-03-07 Thread Marko Weber | 8000
. but it cant resolve hostnames and cant ping ip´s outside the virtualisation host. anyone knows this effect after update? do i have to change some more things? or is this a bug? any help and hints are welcome thank you marko weber on install i get this: Important: The openrc libvirtd

[libvirt-users] Help needed on a gentoo system after update to libvirtd 3.1.0

2017-03-07 Thread Marko Weber | 8000
hostnames and cant ping ip´s outside the virtualisation host. anyone knows this effect after update? do i have to change some more things? or is this a bug? any help and hints are welcome thank you marko weber ___ libvirt-users mailing list

[libvirt-users] Fw: HELP

2016-10-18 Thread zhun...@gmail.com
zhun...@gmail.com From: zhun...@gmail.com Date: 2016-10-18 18:46 To: berrange Subject: HELP Now I want to get qemu:commandline XML content in Libvirt,and then do my own job,but I do not know how to do it.Can you help me?? thank you ! the xml content is follows

Re: [libvirt-users] Help With Nested Virtualization

2016-09-01 Thread Martin Kletzander
On Thu, Sep 01, 2016 at 12:11:17PM +0200, Kashyap Chamarthy wrote: On Wed, Aug 31, 2016 at 12:48:33PM +0200, Martin Kletzander wrote: On Mon, Aug 29, 2016 at 09:42:17PM -0400, Brandon Golway wrote: > (Copied from my post on the Arch Linux forums: [...] > Can someone clue me in on what the

Re: [libvirt-users] Help With Nested Virtualization

2016-09-01 Thread Kashyap Chamarthy
On Wed, Aug 31, 2016 at 12:48:33PM +0200, Martin Kletzander wrote: > On Mon, Aug 29, 2016 at 09:42:17PM -0400, Brandon Golway wrote: > > (Copied from my post on the Arch Linux forums: [...] > > Can someone clue me in on what the issue is? > > > > Here's the entire XML config for the FreeNAS VM

Re: [libvirt-users] Help With Nested Virtualization

2016-08-31 Thread Martin Kletzander
On Mon, Aug 29, 2016 at 09:42:17PM -0400, Brandon Golway wrote: (Copied from my post on the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?pid=1650650#p1650650) I have a FreeNAS 10 KVM setup via libvirt on my Arch server and I'd like to be able to test out the virtualization

[libvirt-users] Help With Nested Virtualization

2016-08-29 Thread Brandon Golway
(Copied from my post on the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?pid=1650650#p1650650) I have a FreeNAS 10 KVM setup via libvirt on my Arch server and I'd like to be able to test out the virtualization features in the nightly FreeNAS 10 builds but the problem is that I can't

Re: [libvirt-users] virt-install errors and help sought

2016-05-12 Thread Jim Fehlig
Narahari Lakshminarayana wrote: > Friends: > > I need some help and guidance from you regarding this virt-install issue > I am seeing. > > OS : SuseEnterpriseLinuxServer (SLES) 12 Service Pack 1 > virt-install version on the box > virtual@SLES12-bare:~> vir

[libvirt-users] Need help for block committing

2016-05-12 Thread Zhang Qiang
Hi all. Can snapshots of identical images being blocked committed to the base images that are not the original ones? For example, suppose I have base0 and made a snapshot of it called SN0, then I copy base0 as base0', can SN0 be block committed into base0'? I think it's possible in theory but

[libvirt-users] virt-install errors and help sought

2016-05-11 Thread Narahari Lakshminarayana
Friends: I need some help and guidance from you regarding this virt-install issue I am seeing. OS : SuseEnterpriseLinuxServer (SLES) 12 Service Pack 1 virt-install version on the box virtual@SLES12-bare:~> virt-install --version 1.2.1 libvirt version : libvirt-1.3.4-565.1.x86_64 What I tr

[libvirt-users] Re:Re: [help] How to modify the vgamem value ?

2016-03-15 Thread hongzhen_luo
Dear Mr Holger and Mr Pavel Thanks for your help , I am going to try to modify the vgamem value . ^ ^Have a nice day ... Best regards >Hi Pavel, >I have to apologize. After your post I study the page again and I >found your descrption. >Best regards, &g

Re: [libvirt-users] [help] How to modify the vgamem value ?

2016-03-14 Thread Holger Schranz
Hi Pavel, I have to apologize. After your post I study the page again and I found your descrption. Best regards, Am 14.03.2016 um 10:20 schrieb Pavel Hrdina: > On Mon, Mar 14, 2016 at 09:41:36AM +0100, Holger Schranz wrote: >> Hi Luo, >> >> the vgamem is limited inside. Myself, I use QEMU

Re: [libvirt-users] [help] How to modify the vgamem value ?

2016-03-14 Thread Pavel Hrdina
On Mon, Mar 14, 2016 at 09:41:36AM +0100, Holger Schranz wrote: > Hi Luo, > > the vgamem is limited inside. Myself, I use QEMU 2.5/Virgil3D to expand > the vgamem. It's not limited and can be modified inside the xml, the only limitation is that the value has to be a power of 2 and for QXL the

Re: [libvirt-users] [help] How to modify the vgamem value ?

2016-03-14 Thread Holger Schranz
> Please tell me how I can I modify it ? it's better that help me to make > a example for modifing the vgamem. > > > Thank you very much > > Best Regards . > > > > > > ___ > libvirt-users mailing

Re: [libvirt-users] inquiry .. help!

2016-02-06 Thread Martin Kletzander
apache needs to access. 'restorecon -FR /var/www' could help in that case (if you have everything else properly configured). HTH, Martin signature.asc Description: Digital signature ___ libvirt-users mailing list libvirt-users@redhat.com https

[libvirt-users] Help with live Migration

2015-06-08 Thread suthershan sundralingam
Hi All, I am trying to measure live migration data. I am interested in the following data: TIME elapsed: Data processed: Data remaining: Data total: Constant pages : Normal pages : Normal data : Expected down time : What is the command i am supposed to run? Suthershan

Re: [libvirt-users] Please help me!Thank You!

2015-01-03 Thread Eric Blake
On 12/29/2014 05:17 AM, 75124955 wrote: I am using Libvirt virsh command by vmware esx created a virtual host, has been unable to create success. My creation process is as follows : [meta-comment] Your message occupied 140 kilobytes, mainly because you attached a .jpg screenshot instead of

[libvirt-users] Please help me!Thank You!

2015-01-02 Thread 75124955
I am using Libvirt virsh command by vmware esx created a virtual host, has been unable to create success. My creation process is as follows : Create a virtual host XML file content is as follows: domain type='vmware' nametest1/name memory524288/memory currentMemory524288/currentMemory

Re: [libvirt-users] Please help me!Thank You!

2015-01-02 Thread Kashyap Chamarthy
On Mon, Dec 29, 2014 at 08:17:42PM +0800, 75124955 wrote: I am using Libvirt virsh command by vmware esx created a virtual host, has been unable to create success. My creation process is as follows : Create a virtual host XML file content is as follows: domain type='vmware'

Re: [libvirt-users] [help] Does virsh blockpull works on live virtual machine

2014-08-07 Thread chenyan...@keytonecloud.com
; libvirt-users Subject: Re: [libvirt-users] [help] Does virsh blockpull works on live virtual machine On 08/06/2014 06:04 AM, chenyan...@keytonecloud.com wrote: Hi all, [please configure your mailer to wrap long lines] ...Now I want to remove snap1 and snap2, and let current disk using

[libvirt-users] [help] Does virsh blockpull works on live virtual machine

2014-08-06 Thread chenyan...@keytonecloud.com
Hi all, I have a kvm virtual machine running (qemu version 2.0), and I had took several external snapshots of the disk( using virsh snapshot-create-as). Now, the existed disk files relationship look like: base - snap1 -snap2 - current using disk file. Now I want to remove snap1 and snap2, and

Re: [libvirt-users] [help] Does virsh blockpull works on live virtual machine

2014-08-06 Thread Eric Blake
On 08/06/2014 06:04 AM, chenyan...@keytonecloud.com wrote: Hi all, [please configure your mailer to wrap long lines] ...Now I want to remove snap1 and snap2, and let current disk using the base image file as back file directly. Unfortunately, for some reason, I can not shutdown the vm, and

Re: [libvirt-users] [libvirt] help

2014-08-05 Thread Michal Privoznik
[Dropping libvirt-announce list] On 05.08.2014 11:47, Himanshu Sharma wrote: Dear Team, Greetings!! I'm testing libvirt with VMware ESXi. I'm able to connect to VMware ESXi with libvirt driver but not able to connect it through Virtual Machine manager GUI also not able to run virt-clone

[libvirt-users] get domain id or something else that can help determine domain in network ethernet

2014-06-24 Thread Vasiliy Tolstov
Hello. I need to do some specific steps to bring up network for domain. I can't use bridge, nat, and other modes. I prefer ethernet type networking that bring up by script. But in case os script i have one big problem - how can i determine and get some domain data - for example if i get domain id,

[libvirt-users] Need help with [virt net-create]

2014-05-20 Thread Srinivas_G_Gowda
Is it possible to configure 2 virtual nics in the same ip range ? Here is what I am trying. This works cat nw1.xml network namenw1/name domain name='nw1' / forward mode='nat' dev='eth2'/ ip address='192.168.101.1' netmask='255.255.255.0' dhcp range

Re: [libvirt-users] Need help with [virt net-create]

2014-05-20 Thread Srinivas_G_Gowda
: [libvirt-users] Need help with [virt net-create] On Tue, May 20, 2014 at 01:59:42AM -0700, srinivas_g_go...@dell.com wrote: Is it possible to configure 2 virtual nics in the same ip range ? Nope, that's unsupported. We need to key various things off the IP address + mask used for the NIC, so you

Re: [libvirt-users] Need help with [virt net-create]

2014-05-20 Thread Daniel P. Berrange
On Tue, May 20, 2014 at 06:35:54AM -0700, srinivas_g_go...@dell.com wrote: Thanks Daniel. Why was I trying to do something like this ? Two reasons 1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq)

  1   2   >