All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: new scheduler messages span: 0-15 (max cpu_capacity = 589) when starting KVM guests
@ 2016-09-19 13:19 Christian Borntraeger
  2016-09-19 13:40 ` Peter Zijlstra
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Borntraeger @ 2016-09-19 13:19 UTC (permalink / raw)
  To: Dietmar Eggemann, Ingo Molnar, Tejun Heo; +Cc: linux-kernel, Peter Zijlstra

Dietmar, Ingo, Tejun,

since commit cd92bfd3b8cb0ec2ee825e55a3aee704cd55aea9
   sched/core: Store maximum per-CPU capacity in root domain

I get tons of messages from the scheduler like
[..]
span: 0-15 (max cpu_capacity = 589)
span: 0-15 (max cpu_capacity = 589)
span: 0-15 (max cpu_capacity = 589)
span: 0-15 (max cpu_capacity = 589)
[..]

whenever I start kvm guests with libvirt.

The reason seems to be that libvirt via systemd/machined tries to move all
guest vcpus into its cpuset and for whatever reasons, the way it is done
will always call rebuild_sched_domains from the cgroup code.

While the message alone is somewhat of a nuisance, I think rebuilding
the scheduling domains for moving kvm vcpus is really expensive.

Tejun, do you have an idea whats going on here? Is libvirt using
the cgroup interface wrong (e.g. also d a memory migrate or whatever)

Christian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-20  7:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-19 13:19 linux-next: new scheduler messages span: 0-15 (max cpu_capacity = 589) when starting KVM guests Christian Borntraeger
2016-09-19 13:40 ` Peter Zijlstra
2016-09-19 13:58   ` Dietmar Eggemann
2016-09-19 14:01   ` Christian Borntraeger
2016-09-20  7:43   ` Christian Borntraeger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.