All of lore.kernel.org
 help / color / mirror / Atom feed
* blkcg throttle settings page cache writes
@ 2016-09-14  8:25 Nikolay Borisov
       [not found] ` <57D9098D.3020403-6AxghH7DbtA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Nikolay Borisov @ 2016-09-14  8:25 UTC (permalink / raw)
  To: Tejun Heo; +Cc: cgroups-u79uwXL29TY76Z2rM5mHXA, SiteGround Operations

Hello,

I'm observing blkcg throttle limits to not apply on writes which go
through the page cache. E.g. I have a container whose write iops limits
are set to 300 I then run a fio job with direct=0 (the default) and can
see that writes/s (via iostat) are around 6-7k. Tracing confirmed thae
AIO that fio is submitting is being handled by a kworker thread, which
is in the root cgroup and as such has no lio limits. Direct writes/reads
work as expected and are throttled.

After Paolo Valente's patch
(https://patchwork.kernel.org/patch/9249247/) I was left with the
impression that bios submitted would just carry the information of the
submitted throughout the storage stack. Apparently this is not the case.
I also went through an old thread I started on dm-devel dealing with
this exact problem (even before Paolo's patch), where Vivel Goyal hinted
at this particular problem :
https://www.redhat.com/archives/dm-devel/2016-March/msg00012.html

So Tejun, my question is what is the problem for the blkcg information
to be transferred alongside the bio (which I believed to be happening
with the blkcg_association calls) so that even buffered writes are
throttled via the cgroup policies? Or are the numbers I'm seeing in
iostat actually the writes to the page-cache and not the underlying
block device?

Regards,
Nikolay

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

end of thread, other threads:[~2016-09-27 23:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14  8:25 blkcg throttle settings page cache writes Nikolay Borisov
     [not found] ` <57D9098D.3020403-6AxghH7DbtA@public.gmane.org>
2016-09-16 15:57   ` Tejun Heo
     [not found]     ` <20160916155736.GC26371-piEFEHQLUPpN0TnZuCh8vA@public.gmane.org>
2016-09-27 11:28       ` Nikolay Borisov
     [not found]         ` <57EA57D9.6000104-6AxghH7DbtA@public.gmane.org>
2016-09-27 23:22           ` Tejun Heo

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.