public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: "V. Lavrov" <lve@guap•ru>
To: netdev@vger•kernel.org
Subject: [RFC] LXC and network namespace issue
Date: Thu, 27 Feb 2014 17:21:22 +0400	[thread overview]
Message-ID: <530F3BD2.9090204@guap.ru> (raw)

The problem with stoping/restarting the container.

Upon completion of the container, the parent process received signal SIGCHLD and exit code (by waitpid()).

During the 10-25ms after the completion of the container, we can not create vlan-interface (for restart).
The system returns an error codeEEXIST.

Another problem with the network interface type "phys".
Before running the container we save ifindex network physical interface (by if_nametoindex()).
We need to restore the name of network interface have the type phys (by saved ifindex) upon completion of the container,
  but the system returns an error ENODEV. 10-25 ms later the action is completed successfully!

Is there a way to wait for the release of all resources (from userspace)?

                 reply	other threads:[~2014-02-27 13:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=530F3BD2.9090204@guap.ru \
    --to=lve@guap$(echo .)ru \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox