Skip to content
Snippets Groups Projects
  1. Nov 19, 2013
    • Rich Lane's avatar
      mnexec: mount sysfs in each container · 54615659
      Rich Lane authored
      The sysfs filesystem is [tagged][1] with a set of namespaces when mounted, taken
      from the mounting process. Among other things, this controls which network
      devices will show up in /sys/class/net and /sys/class/net/bonding_masters.
      
      Without this change, mininet will not mount sysfs in a node. Attempting to
      configure a bond interface in a node will only affect the parent namespace.
      
      This change mounts a new sysfs filesystem in each node. To prevent this mount
      from affecting the parent namespace the mount namespace is also unshared.
      
      [1]: https://www.kernel.org/doc/Documentation/filesystems/sysfs-tagging.txt
      54615659
  2. Nov 15, 2013
  3. Oct 25, 2013
  4. Oct 16, 2013
  5. Oct 09, 2013
  6. Oct 08, 2013
  7. Oct 06, 2013
  8. Sep 28, 2013
  9. Sep 19, 2013
  10. Sep 18, 2013
  11. Sep 17, 2013
  12. Sep 16, 2013
Loading