serge@hallyn.com writes:However at least for visibility and inspection we want that. We want to inspect what is happening to other processes. If we didn't care then all of the pid namespaces could just be disjoint. Providing interfaces where people can inspect what is going on through the filesystem is very natural, and a lot easier to support long term then adding a whole new set of interfaces for debuggers and the like. I was thinking we might be able to hide the existence of /proc/.netns/NNN/ however we can read the current working directory. So even if we only allow explicit access through /proc/net and all others paths don't work we have something that is visible. So we really need something that we are not afraid to air in public. That we are not afraid to use and have it's use expanded upon. Think of user space processes inspecting /proc etc. Having directory names change out form under you for no apparent reason is pretty nasty. Plus we have the consequence that a user space visible id is likely to get used for reporting in user space programs. Reporting that will go haywire on a migration event. And if the id is used in reporting people are likely to want to use the id for control (so this may be the edge of a slippery slope). Things like inode numbers that are a secondary effect are enough of a problem when looking at how things interact. A directly visible user space visible id is a problem. All we need to do if we use a pid as an id is: - Have one directory .netns with all of the net directories listed by pid. - Have readdir and lookup filter the directory entries by the pid namespace of the proc mount. It looks like we have to tweak things just a bit so that free_pid would not be called until the pid namespace goes away. Something similar to how we do the hash chains. If we make namespaces show up anywhere besides under "/proc/<pid>/task/<tid>/" we have to do something like this, and pids are largely designed for this kind of use. It looks like the way /proc is currently structured we don't need a reverse map from pid to net namespace. But I would not have a problem with that. Our limitations are: - We need an inviolate dentry tree of the VFS dcache goes nuts. - We need an id that is in a namespace, or else we get pushed into the yet another namespace problem. - We want to aim for minimal dentry duplication, to keep resource consumption under control. Which makes /proc/<pid>/task/<tid>/net an unfortunate choice. So I think /proc/.netns/ or simply /proc/netns/ is a good choice. We just need a non-global id for our directory entries so we don't paint ourselves into a corner. And honestly pid visibility is a very natural choice for which network namespaces you can see. You can see the namespace of any process you can see. Which especially means your children. It is an arbitrary rule, it is a simple rule to explain, and it works recursively unlike any init_net is special rule. Eric --
| Arnd Bergmann | SCHED_IDLE documentation |
| david | Re: limits on raid |
| Jan Engelhardt | Re: [PATCH] CodingStyle: multiple updates |
| Ingo Molnar | Re: Rescheduling interrupts |
git: | |
| Russ Brown | git-svn: Branching clarifications |
| Sam Song | Fwd: [OT] Re: Git via a proxy server? |
| Junio C Hamano | Re: More precise tag following |
| Pierre Habouzit | Re: People unaware of the importance of "git gc"? |
| Michael | Virtual interface |
| Stijn | Re: libiconv problem |
| Stefan Beke | mail dovecot: pipe() failed: Too many open files |
| Amaury De Ganseman | "ping: sendto: No buffer space available" when using bittorrent or another p2p |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Darren Senn | Re: Elm |
| Seung-Chul Woo | Is it possible to mount GNU HURD file system as DOS in SLS? |
| David Willmore | Re: Intel, the Pentium and Linux |
