Re: [systemd-devel] limiting NFS activity

2022-10-18 Thread Barry
> On 17 Oct 2022, at 20:11, Weatherby,Gerard wrote: > >  > We have a requirement to limit / throttle the IO activity to an NFS mount for > a particular system slice. I’m trying to use cgroups v2 > > Does IODeviceLatencyTargetSec work for NFS mounts? > > Does cgroups v2 support net_prio? Can

Re: [systemd-devel] limiting NFS activity

2022-10-18 Thread Lennart Poettering
On Mo, 17.10.22 18:52, Weatherby,Gerard ([email protected]) wrote: > We have a requirement to limit / throttle the IO activity to an NFS mount for > a particular system slice. I’m trying to use cgroups v2 > > Does IODeviceLatencyTargetSec work for NFS mounts? No. That only works for block devi

[systemd-devel] limiting NFS activity

2022-10-17 Thread Weatherby,Gerard
We have a requirement to limit / throttle the IO activity to an NFS mount for a particular system slice. I’m trying to use cgroups v2 Does IODeviceLatencyTargetSec work for NFS mounts? Does cgroups v2 support net_prio? Can I set it in a /etc/systemd/system/*slice.d/*conf file?