]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Fix comment in qemuProcessSetupPid
authorMartin Kletzander <mkletzan@redhat.com>
Sun, 6 Sep 2020 11:44:27 +0000 (13:44 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Sun, 6 Sep 2020 11:44:27 +0000 (13:44 +0200)
This was supposed to be done in commit 3791f29b085c, but I missed a spot.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_process.c

index 17d083d192a5cbfef504d5fa06b712d90f2d179f..934fab98bc425061c02557d5163431860d11a9e9 100644 (file)
@@ -2751,9 +2751,8 @@ qemuProcessSetupPid(virDomainObjPtr vm,
          *  1) libvirtd does not have CAP_SYS_NICE
          *  2) libvirtd does not run on all CPUs
          *
-         * However since this scenario is very improbable, we rather skip
-         * reporting the error because it helps running libvirtd in a a scenario
-         * where pinning is handled by someone else.
+         * This scenario can easily occurr when libvirtd is run inside a
+         * container with restrictive permissions and CPU pinning.
          *
          * See also: https://bugzilla.redhat.com/1819801#c2
          */