Displaying 20 results from an estimated 1000 matches similar to: "libvirt_lxc heavy cpu usage ?"
2013 Oct 24
0
libvirt_lxc causes cpu 100% usage
libvirt_lxc causes cpu 100% usage?
libvirt version : 1.1.1
I don't know what happend, any help would be appreciated.
thx
top - 07:39:44 up 1 day, 2:13, 2 users, load average: 4.72, 4.59, 4.51
Tasks: 243 total, 4 running, 239 sleeping, 0 stopped, 0 zombie
%Cpu0 : 33.1 us, 1.3 sy, 0.0 ni, 64.6 id, 0.7 wa, 0.0 hi, 0.3 si, 0.0 st
%Cpu1 : 41.1 us, 3.0 sy, 0.0 ni, 55.3 id, 0.7
2013 Oct 31
0
Re: libvirt_lxc causes cpu 100% usage
why the poll always got 1 event ... ? any suggestion ?
"virEventPollRunOnce:638 : Poll got 1 event(s)"
------------------ Original ------------------
From: "menghuizhanguo";<menghuizhanguo@gmail.com>;
Date: Thu, Oct 31, 2013 08:43 AM
To: "libvirt-users"<libvirt-users@redhat.com>;
Subject: Re:libvirt_lxc causes cpu 100% usage
I consider
2013 Oct 30
0
Re: libvirt_lxc causes cpu 100% usage
log_level = 1
In the lxc log , under normal situation , about 6~7 minutes between loops . the log below is printed in a loop.(the minimal loop content)
2013-10-29 10:17:00.567+0000: 7566: debug : virEventPollRunOnce:638 : Poll got 1 event(s)
2013-10-29 10:17:00.567+0000: 7566: debug : virEventPollDispatchTimeouts:423 : Dispatch 2
2013-10-29 10:17:00.568+0000: 7566: debug :
2014 Feb 20
0
Re: libvirt_lxc namespace and umount in global namespace
On Thu, Feb 20, 2014 at 01:47:52PM +0100, Olivier Nicaise wrote:
> Hi,
>
> I am currently having an issue with the libvirt_lxc binary that is launched
> when starting a lxc instance using libvirt. This process seems to have its
> own namespace for mounts.
> What happens is that if I umount something in the global namespace, it
> stays mounted in the libvirt_lxc namespace.
2013 Oct 16
0
libvirt_lxc: "reboot -f" causes libvirt_lxc process to stop, but domain is still "running" for libvirt
Hi,
I have a libvirt_lxc system container (with systemd).
After running "reboot -f" inside the container, I get "Rebooting.\n".
htop shows that the libvirt_lxc and all subprocesses are stopped, but
from libvirt api/virsh/virt-manager, the domain is still "running".
So it looks like libvirtd doesn't detect that libvirt_lxc process was
stopped...
Florian
2013 Jun 10
0
Re: libvirt_lxc and sysfs
On Mon, Jun 10, 2013 at 09:29:32AM +0400, свящ. Георгий Гольцов wrote:
> On Mon, Jun 10, 2013 at 09:07:08AM +0800, Gao feng wrote:
> > On 06/09/2013 08:14 PM, pr.G wrote:
> > > Hello.
> > >
> > > Is it possible to start container via libvirt_lxc without mounting /sys
> > > inside container?
> > >
> > > When I start container via
2019 Oct 28
1
libvirt_lxc memory limit, emulator process part of the cgroup?
hi,
I am currently investigating a bug with libvirt lxc. Whenever I do a
systemctl daemon-reload on the host, my container loses his memory limit
and then reports having access to 8 exabyte of memory.
I have tracked the issue down to two parts:
memory.limit_in_bytes jumps from the correct value to 9223372036854771712.
libvirt lxc appears to set the memory limit in transient way without
writing
2013 Jun 10
0
Re: libvirt_lxc and sysfs
On 06/09/2013 08:14 PM, pr.G wrote:
> Hello.
>
> Is it possible to start container via libvirt_lxc without mounting /sys
> inside container?
>
> When I start container via lxc-start and do not add mount point to config,
> then /sys inside container is empty.
>
> When I do it via virsh -c lxc:// container.xml, then
> /sys contains sysfs of the host and /sys on
2013 Apr 25
0
答复: libvirt_lxc start problem when selinux enbale
Sorry
?There is avc error messages in dmesg ???
??should be ?There is no avc error???
???: Huang,Chaochang
????: 2013?4?25? 15:41
???: 'libvir-list at redhat.com'; 'libvirt-users at redhat.com'
??: libvirt_lxc start problem when selinux enbale
Hi?all?
the problem came out when selinux was enforced in targeted+MCS
I start lxc through virsh???virsh -c
2014 Feb 20
2
libvirt_lxc namespace and umount in global namespace
Hi,
I am currently having an issue with the libvirt_lxc binary that is launched
when starting a lxc instance using libvirt. This process seems to have its
own namespace for mounts.
What happens is that if I umount something in the global namespace, it
stays mounted in the libvirt_lxc namespace.
I'm working with drbd, and after unmounting the mount point, I want to
change the state of the drbd
2013 Apr 25
0
libvirt_lxc start problem when selinux enbale
Hi?all?
the problem came out when selinux was enforced in targeted+MCS
I start lxc through virsh???virsh -c lxc:/// start instance-00004bd6?
1. When selinux is Permissive?lxc start is ok
The result of ?Ps auxZ? is?
system_u:system_r:virtd_lxc_t:s0-s0:c0.c1023 root 19218 0.0 0.0 47624 1244 ? Ss 15:26 0:00 /usr/libexec/libvirt_lxc --name
2014 Sep 18
0
Re: 1.2.7 and 1.2.8 fail to start container: libvirt_lxc[4904]: segfault at 0 ip ...error 4 in libc-2.17.so[
On 16.09.2014 17:40, mxs kolo wrote:
> HI all
>
> Centos 7, 3.10.0-123.6.3.el7.x86_64
> libvirt 1.27, libvirt 1.2.8 builded from source with
> ./configure --prefix=/usr
> make && make install
> LXC with direct network failed to start:
>
> Sep 16 19:19:38 node01 kernel: device br502 entered promiscuous mode
> Sep 16 19:19:39 node01 kernel: device br502 left
2013 Jun 09
2
libvirt_lxc and sysfs
Hello.
Is it possible to start container via libvirt_lxc without mounting /sys
inside container?
When I start container via lxc-start and do not add mount point to config,
then /sys inside container is empty.
When I do it via virsh -c lxc:// container.xml, then
/sys contains sysfs of the host and /sys on host becomes remounting read-only.
Am I doing something wrong or is this feature of
2014 Sep 16
2
1.2.7 and 1.2.8 fail to start container: libvirt_lxc[4904]: segfault at 0 ip ...error 4 in libc-2.17.so[
HI all
Centos 7, 3.10.0-123.6.3.el7.x86_64
libvirt 1.27, libvirt 1.2.8 builded from source with
./configure --prefix=/usr
make && make install
LXC with direct network failed to start:
Sep 16 19:19:38 node01 kernel: device br502 entered promiscuous mode
Sep 16 19:19:39 node01 kernel: device br502 left promiscuous mode
Sep 16 19:19:39 node01 avahi-daemon[1532]: Withdrawing workstation
2013 Oct 24
3
libvirt_lxc causes cpu 100% usage
libvirt_lxc causes cpu 100% usage?
libvirt version : 1.1.1
I don't know what happend, any help would be appreciated.
thx
top - 07:39:44 up 1 day, 2:13, 2 users, load average: 4.72, 4.59, 4.51
Tasks: 243 total, 4 running, 239 sleeping, 0 stopped, 0 zombie
%Cpu0 : 33.1 us, 1.3 sy, 0.0 ni, 64.6 id, 0.7 wa, 0.0 hi, 0.3 si,
0.0 st
%Cpu1 : 41.1 us, 3.0 sy, 0.0 ni, 55.3 id, 0.7
2013 Jun 10
2
Re: libvirt_lxc and sysfs
On Mon, Jun 10, 2013 at 09:07:08AM +0800, Gao feng wrote:
> On 06/09/2013 08:14 PM, pr.G wrote:
> > Hello.
> >
> > Is it possible to start container via libvirt_lxc without mounting /sys
> > inside container?
> >
> > When I start container via lxc-start and do not add mount point to config,
> > then /sys inside container is empty.
> >
>
2014 Jul 08
2
How to get uuid info inside a lxc container created by libvirt_lxc
Hi ,
Is there anyway to get uuid info inside a lxc container which is created
by libvirt_lxc?
For kvm, we can use dmidecode or lshw to get this info inside vm. Is
there any tools
to do this thing for libvirt lxc?
Thanks for any help~
--
------------
Jackie
Best Regards
2014 Jul 08
0
Re: How to get uuid info inside a lxc container created by libvirt_lxc
On 07/07/2014 10:02 PM, Qiang Guan wrote:
> Hi ,
>
> Is there anyway to get uuid info inside a lxc container which is created
> by libvirt_lxc?
>
> For kvm, we can use dmidecode or lshw to get this info inside vm. Is
> there any tools
> to do this thing for libvirt lxc?
Per the docs:
http://libvirt.org/drvlxc.html#envvars
pid 1 inside lxc inherits $container_uuid into
2014 Jul 08
0
Re: How to get uuid info inside a lxc container created by libvirt_lxc
At Tue, 08 Jul 2014 12:19:40 +0800,
Qiang Guan wrote:
>
>
> 于 2014年07月08日 12:06, Eric Blake 写道:
> > On 07/07/2014 10:02 PM, Qiang Guan wrote:
> >> Hi ,
> >>
> >> Is there anyway to get uuid info inside a lxc container which is created
> >> by libvirt_lxc?
> >>
> >> For kvm, we can use dmidecode or lshw to get this info inside
2014 Jul 08
2
Re: How to get uuid info inside a lxc container created by libvirt_lxc
于 2014年07月08日 12:06, Eric Blake 写道:
> On 07/07/2014 10:02 PM, Qiang Guan wrote:
>> Hi ,
>>
>> Is there anyway to get uuid info inside a lxc container which is created
>> by libvirt_lxc?
>>
>> For kvm, we can use dmidecode or lshw to get this info inside vm. Is
>> there any tools
>> to do this thing for libvirt lxc?
> Per the docs:
>