Re: [Devel] [PATCH rh7] net: Don't nillify ve::ve_netns of ve0 on net exit, v2

2015-05-13 Thread Cyrill Gorcunov
On Wed, May 13, 2015 at 08:01:05PM +0300, Cyrill Gorcunov wrote: > On Wed, May 13, 2015 at 07:59:45PM +0300, Cyrill Gorcunov wrote: > > When net-exit routine executes we zap ve::ve_netns member > > but we should not nillify ve0::init_net, it's permanent one. > > > > https://jira.sw.ru/browse/PSBM-

Re: [Devel] [PATCH rh7] net: Don't nillify ve::ve_netns of ve0 on net exit, v2

2015-05-13 Thread Cyrill Gorcunov
On Wed, May 13, 2015 at 07:59:45PM +0300, Cyrill Gorcunov wrote: > When net-exit routine executes we zap ve::ve_netns member > but we should not nillify ve0::init_net, it's permanent one. > > https://jira.sw.ru/browse/PSBM-33480 > > p.s.: When net unsharing happens on ve0 we do set net->owner_ve

[Devel] [PATCH rh7] net: Don't nillify ve::ve_netns of ve0 on net exit, v2

2015-05-13 Thread Cyrill Gorcunov
When net-exit routine executes we zap ve::ve_netns member but we should not nillify ve0::init_net, it's permanent one. https://jira.sw.ru/browse/PSBM-33480 p.s.: When net unsharing happens on ve0 we do set net->owner_ve to ve0, thus on exit we occasionally rip it off causing any futher attempts t

Re: [Devel] [PATCH rh7] net: Don't nillify ve::ve_netns of ve0 on net exit

2015-05-13 Thread Cyrill Gorcunov
On Wed, May 13, 2015 at 06:07:35PM +0300, Cyrill Gorcunov wrote: > When net-exit routine executes we zap ve::ve_netns member > but we should not nillify ve0::init_net, it's permanent one. > > https://jira.sw.ru/browse/PSBM-33480 > > p.s.: When net unsharing happens on ve0 we do set net->owner_ve

[Devel] [PATCH RHEL7 COMMIT] ub: drop host node

2015-05-13 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.1 --> commit 7d10a4007de110332ffb866532fb5bd2ebe7a26a Author: Vladimir Davydov Date: Wed May 13 20:11:27 2015 +0400 ub: drop host node

[Devel] [PATCH RHEL7 COMMIT] ve/fairsched: drop host node

2015-05-13 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.1 --> commit 1b02143f5ddecfa202e68708627be4f6aaf5e5ac Author: Vladimir Davydov Date: Wed May 13 20:11:17 2015 +0400 ve/fairsched: drop h

[Devel] [PATCH rh7] net: Don't nillify ve::ve_netns of ve0 on net exit

2015-05-13 Thread Cyrill Gorcunov
When net-exit routine executes we zap ve::ve_netns member but we should not nillify ve0::init_net, it's permanent one. https://jira.sw.ru/browse/PSBM-33480 p.s.: When net unsharing happens on ve0 we do set net->owner_ve to ve0, thus on exit we occasionally rip it off causing any futher attempts t

Re: [Devel] [PATCH rh6] syslog: distinguish between /proc/kmsg and syscalls (Pavel Tikhomirov)

2015-05-13 Thread Konstantin Khorenko
On 05/11/2015 02:56 PM, Sergey Korshunoff wrote: > Current openvz kernel (2.6.32) already has this feature. > What purpose of this message? So, just for the record: as it is written in comments for https://bugzilla.openvz.org/show_bug.cgi?id=2693 the patch for the issue is absent in kernels < 2.6

[Devel] [PATCH rh7] ploop: add a separate queue for discard bio-s (v2)

2015-05-13 Thread Andrey Smetanin
When I created support of discard requests, process_bio_queue is called from ploop_thread. So I use ploop_quiesce&ploop_relax for synchronization. Now it is called from ploop_make_request too, so my synchronization doesn't work any more. The race was added by diff-ploop-converting-bio-into-ploop-r