From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominik Klein Subject: Re: [libvirt] cgroup limits only affect kvm guest under certain conditions Date: Thu, 06 Jan 2011 14:47:30 +0100 Message-ID: <4D25C7F2.9060204@in-telegence.net> References: <4D25C079.3020107@in-telegence.net> <20110106133634.GJ29236@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: libvir-list@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mail.in-telegence.net ([83.125.45.125]:57827 "EHLO amg.in-telegence.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751946Ab1AFNtv (ORCPT ); Thu, 6 Jan 2011 08:49:51 -0500 In-Reply-To: <20110106133634.GJ29236@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: > Did you just echo the main qemu-kvm PID, or did you also > add the PIDs of every thread too ? From this description > of the problem, I'd guess you've only confined the main > process thread and thus the I/O & VCPU threads are not > confined. That was indeed correct. I was mislead by the fact that no child _processes_ were shown in ps. Once I added /proc//tasks/* to tasks, it worked even when libvirt started the process. Thank you very much! Dominik