Displaying 20 results from an estimated 90 matches similar to: "Questions about CMT event statistic"
2017 Sep 04
1
[virtual interface] detach interface during boot succeed with no changes
Hi guys,
when I detach an interface from vm during boot (vm boot not finished), it
always fail. I'm not sure if there is an existing bug. I have
confirmed with someone that for disk, there is similar behavior, if
this is also acceptable?
# virsh destroy rhel7.2; virsh start rhel7.2 ;sleep 2; virsh
detach-interface rhel7.2 network 52:54:00:98:c4:a0; sleep 2; virsh
dumpxml rhel7.2 |grep
2018 Nov 09
0
virsh dominfo not returning any stats
Hi there,
We're running virsh on centos and hit a couple of issues. First instance is cpu.time not incrementing even with the VMs on the hypervisor running a stress tool. After running 'virsh domstats' sometimes it'll go into a state where no output is generated at all. Have anyone seen something like this? We're running a pretty recent build of libvirt.
# virsh
2007 May 29
2
interrupt loading, intrd, and CMT
One of the things that I''ve been asked to look at lately is interrupt
load spreading, and intrd, to improve the network performance of CMT
systems.
From my read of the code, it looks like intrd only knows about virtual
processors. This has major breakage in that all the virtual processors
on a single core in a Niagra system share the common interrupt logic.
I.e. when the
2016 Feb 18
2
query regarding domstats option with virsh
Hi,
I am looking for the information w.r.t domstats command line option of virsh tool.
1> This command line option is available with which version of libvirt.
2> How to get Guest's disk related information in case storage pool does not exist on host.
Thanks and Regards,
Manish
2016 Feb 18
0
Re: query regarding domstats option with virsh
On 18.02.2016 06:01, Jain, Manish (HP Software) wrote:
> Hi,
>
> I am looking for the information w.r.t domstats command line option of virsh tool.
>
>
> 1> This command line option is available with which version of libvirt.
Looks like the command has been introduced in 5e542970 which is part of
1.2.8 release.
>
> 2> How to get Guest's disk related
2018 Mar 08
1
Statistics domain memory block when domain shutdown
Hi
My libvirt version is 3.4.0,host system is centos 7.4 ,kernel is 3.10.0-693.el7.x86_64 , when I shutdown domain in virtual system, My program call virDomainMemoryStats, My program blocked in this api. the call stack is
#0 0x00007ff242d78a3d in poll () from /lib64/libc.so.6
#1 0x00007ff243755ce8 in virNetClientIOEventLoop () from /lib64/libvirt.so.0
#2 0x00007ff24375654b in
2020 Apr 08
0
Getting Intel RDT cache allocation status from libvirt?
Is there a way to get the current cache allocation status of a host
from libvirt, via API or virsh?
I've seen some references to a 'virsh nodecachestats' command in some
patches from 2017 that doesn't seem to exist, and I see that 'virsh
domstats --cpu-total <domain>' has similar information but seems to be
focused on cache monitoring information rather than the
2020 Apr 07
0
Getting Intel RDT cache allocation status from libvirt?
Is there a way to get the current cache allocation status of a host
from libvirt, via API or virsh?
I've seen some references to a 'virsh nodecachestats' command in some
patches from 2017 that doesn't seem to exist, and I see that 'virsh
domstats --cpu-total <domain>' has similar information but seems to be
focused on cache monitoring information rather than the
2015 Oct 29
0
Re: [PATCH] v2v: virtio-win: include *.dll too
> On 29 Oct 2015, at 10:28, Richard W.M. Jones <rjones@redhat.com> wrote:
>
> On Thu, Oct 29, 2015 at 11:05:42AM +1100, Vadim Rozenfeld wrote:
>>> 1) tell which devices can be configured
>> Not sure that I fully understated your question. but if you are going to
>> create some sort of off-line automatic virtio-win drivers update
>> utility, then it
2018 Mar 29
0
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
Richard,
Great progress. I really like it!!!
Here is what I noticed:
I see that in the yaml file we provide short-id as:
os:
osinfo: 'rhel7.2'
whereas kubevirt expects it in metadata:
metadata:
labels:
kubevirt.io/os: win10
For windows vms we need to create perset like this one [1]. We can add
separator
---
between the objects.
Thanks,
Piotr
[1]
2016 Feb 23
2
Libvirt-lxc packages deprecation
Folks,
I found this thread
<https://www.redhat.com/archives/libvirt-users/2015-August/msg00026.html>that
talks about deprecating libvirt-lxc packages [1] [2] [3] in RHEL7.1.
I am using [1] as a dependency for my application deployed on RHEL7.2
servers. For now it works fine but I am not sure about the future RHEL
releases.
The plan of deprecation was delayed or cancelled? Can someone
2016 Feb 10
0
Using filegroup for access control within a share
On 10/02/16 07:44, Trond Hasle Amundsen wrote:
> On Tue, 2016-02-09 at 15:17 -0800, Jeremy Allison wrote:
>> On Mon, Feb 08, 2016 at 01:54:33PM +0100, Trond Hasle Amundsen wrote:
>>> Hi,
>>>
>>> I have an issue with using a UNIX filegroup for access control within a
>>> share. The situation is like this:
>>>
>>> Given a share
2016 Feb 22
0
Re: how to compile my own libguestfs with the ntfs support ?
On Sun, Feb 21, 2016 at 09:42:34AM +0800, 罗思标 wrote:
> I get that libguest not supported mount windows VM image from
> rhel7.2 now, could you help point that how to compile my own
> libguestfs with the ntfs support, which option to enable it when
> make configure with the code ? Thx a lot.
>
2015 Oct 29
0
Re: Fwd: [PATCH] v2v: virtio-win: include *.dll too
On Wed, 2015-10-28 at 14:53 +0300, Roman Kagan wrote:
> On Wed, Oct 28, 2015 at 12:10:19PM +1100, Vadim Rozenfeld wrote:
> > > > > To sum up, the packaging and naming policy of the virtio-win rpm and the
> > > > > virtio-win iso therein are different and neither is clear. Hardcoding
> > > > > the policy in v2v without actually knowing it appears
2016 Feb 10
0
Using filegroup for access control within a share
On 10/02/16 09:41, Trond Hasle Amundsen wrote:
> On Wed, 2016-02-10 at 09:20 +0000, Rowland penny wrote:
>> On 10/02/16 07:44, Trond Hasle Amundsen wrote:
>>> On Tue, 2016-02-09 at 15:17 -0800, Jeremy Allison wrote:
>>>> On Mon, Feb 08, 2016 at 01:54:33PM +0100, Trond Hasle Amundsen wrote:
>>>>> Hi,
>>>>>
>>>>> I have an
2018 Mar 29
1
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
On Thu, Mar 29, 2018 at 05:26:13PM +0200, Piotr Kliczewski wrote:
> Richard,
>
> Great progress. I really like it!!!
>
> Here is what I noticed:
>
> I see that in the yaml file we provide short-id as:
>
> os:
> osinfo: 'rhel7.2'
>
> whereas kubevirt expects it in metadata:
>
> metadata:
> labels:
> kubevirt.io/os: win10
>
2015 Nov 06
0
Re: Fwd: [PATCH] v2v: virtio-win: include *.dll too
On Thu, 2015-11-05 at 21:46 +0000, Richard W.M. Jones wrote:
> On Thu, Oct 29, 2015 at 11:05:42AM +1100, Vadim Rozenfeld wrote:
> > On Wed, 2015-10-28 at 14:53 +0300, Roman Kagan wrote:
> > > 1) tell which devices can be configured
> > Not sure that I fully understated your question. but if you are going to
> > create some sort of off-line automatic virtio-win
2015 Nov 09
0
Re: [PATCH] v2v: virtio-win: include *.dll too
On Sun, Nov 08, 2015 at 10:15:31AM +0200, Yan Vugenfirer wrote:
>
> > On 06 Nov 2015, at 08:51, Vadim Rozenfeld <vrozenfe@redhat.com> wrote:
> >
> > On Thu, 2015-11-05 at 21:46 +0000, Richard W.M. Jones wrote:
> >> On Thu, Oct 29, 2015 at 11:05:42AM +1100, Vadim Rozenfeld wrote:
> >>> On Wed, 2015-10-28 at 14:53 +0300, Roman Kagan wrote:
>
2015 Oct 29
2
Re: Fwd: [PATCH] v2v: virtio-win: include *.dll too
On Thu, Oct 29, 2015 at 11:05:42AM +1100, Vadim Rozenfeld wrote:
> > 1) tell which devices can be configured
> Not sure that I fully understated your question. but if you are going to
> create some sort of off-line automatic virtio-win drivers update
> utility, then it shouldn't be too complicated.
Roman is talking about what virt-v2v already does.
This is good information:
2016 Feb 21
2
how to compile my own libguestfs with the ntfs support ?
I get that libguest not supported mount windows VM image from rhel7.2 now, could you help point that how to compile my own libguestfs with the ntfs support, which option to enable it when make configure with the code ? Thx a lot.
http://www.libguestfs.org/guestfs-faq.1.html#mount:-unsupported-filesystem-type-with-ntfs-in-rhel-7.2