Re: The issues for agreeing on a virtualization/namespaces implementation.



Quoting Herbert Poetzl (herbert@xxxxxxxxxxxx):
3) How do we refer to namespaces and containers when we are not members?
- Do we refer to them indirectly by processes or other objects that
we can see and are members?

the process will be an unique identifier to the
namespace, but it might not be easy to use it, so
IMHO it might at least make sense to ...

Especially from userspace. If I want to start a checkpoint on a
container, but I have to use the process to identify the
container/namespace, well I can't uniquely specify the process by pid
anymore...

-serge
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: { }
    ... > Consider a universe consisting of only fruits and boxes. ... > this is the same as a set with three members,. ... Well in that case one should speak about Container theory or box ... seems to be the same band always. ...
    (sci.math)
  • Re: factory functions & methods
    ... AB> I am creating a container. ... AB> members of the container. ...   def SomeType: ... class CustomType(cA.MemberBase): ...
    (comp.lang.python)
  • Re: Can a machine be placed in multiple OUs
    ... An object can only reside in one 'container' at a time. ... The mapped network drives are usually handled by ... You might want to look into assigning mapped network drives based on group ... membership (for example, the members of the Marketing group get ...
    (microsoft.public.win2000.active_directory)
  • Re: Can nested class members access private members of nesting class?
    ... we are saying about class *Container* with some private members. ... > Nested class Node has all of its members as public so that Container ...
    (comp.lang.cpp)
  • Re: Can nested class members access private members of nesting class?
    ... Is Container the same as List? ... > compiler is letting my nested class member functions access private ... > members of nesting class. ...
    (comp.lang.cpp)