Re: [Devel] [PATCH 2/3] target: allow to set a blkio cgroup for a backstore

2018-05-07 Thread Cyrill Gorcunov
On Mon, May 07, 2018 at 11:35:35AM -0700, Andrei Vagin wrote: > On Sat, May 05, 2018 at 09:12:02AM +0300, Cyrill Gorcunov wrote: > > On Sat, May 05, 2018 at 01:42:36AM +0300, Andrei Vagin wrote: > > > The Block I/O (blkio) subsystem controls and monitors access to I/O on > > > block devices by

Re: [Devel] [PATCH 2/3] target: allow to set a blkio cgroup for a backstore

2018-05-07 Thread Andrei Vagin
On Sat, May 05, 2018 at 09:12:02AM +0300, Cyrill Gorcunov wrote: > On Sat, May 05, 2018 at 01:42:36AM +0300, Andrei Vagin wrote: > > The Block I/O (blkio) subsystem controls and monitors access to I/O on > > block devices by tasks in cgroups. With the introduced changes, a > > backstore will be

[Devel] [PATCH vz7] cpuid_fault: Log table updates

2018-05-07 Thread Cyrill Gorcunov
Updating cpuid_fault table is actually critical in terms of container migration (migrating with criu involves two stages: cpu matching and migration itself). If someone third side involves into cpuid_fault modification the migration may fail and we get not even a sign of what happened. Thus to

[Devel] [PATCH rh7] ve/net: hide handler for netlink NETLINK_REPAIR command unless CRIU restore

2018-05-07 Thread Konstantin Khorenko
The following patch to be applied to old kernels using ReadyKernel. It makes updated "ip" working even if a Node was not rebooted. Idea of the patch is taken from: 08dc16449a39 ("net: Change number of netlink repair") Mainstream has NETLINK_EXT_ACK 11, which is used by fresh iproute utils.