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-
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
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
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
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
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
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
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
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