Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Andrey Savochkin <saw@xxxxxxxxxx>
- Date: Wed, 28 Jun 2006 18:19:00 +0400
Hi Jamal,
On Wed, Jun 28, 2006 at 09:53:23AM -0400, jamal wrote:
On Wed, 2006-28-06 at 15:36 +0200, Herbert Poetzl wrote:
note: personally I'm absolutely not against virtualizing
the device names so that each guest can have a separate
name space for devices, but there should be a way to
'see' _and_ 'identify' the interfaces from outside
(i.e. host or spectator context)
Makes sense for the host side to have naming convention tied
to the guest. Example as a prefix: guest0-eth0. Would it not
be interesting to have the host also manage these interfaces
via standard tools like ip or ifconfig etc? i.e if i admin up
guest0-eth0, then the user in guest0 will see its eth0 going
up.
Seeing guestXX-eth0 interfaces by standard tools has certain attractive
sides. But it creates a lot of undesired side effects.
For example, ntpd queries all network devices by the same ioctls as ifconfig,
and creates separate sockets bound to IP addresses of each device, which is
certainly not desired with namespaces.
Or more subtle question: do you want hotplug events to be generated when
guest0-eth0 interface comes up in the root namespace, and standard scripts
to try to set some IP address on this interface?..
In my opinion, the downside of this scheme overweights possible advantages,
and I'm personally quite happy with running commands with switched namespace,
like
vzctl exec guest0 ip addr list
vzctl exec guest0 ip link set eth0 up
and so on.
Best regards
Andrey
-
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/
- Follow-Ups:
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Herbert Poetzl
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: jamal
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- References:
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Eric W. Biederman
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Herbert Poetzl
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Eric W. Biederman
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Ben Greear
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Herbert Poetzl
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Dave Hansen
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Alexey Kuznetsov
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Eric W. Biederman
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: Herbert Poetzl
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- From: jamal
- Re: [patch 2/6] [Network namespace] Network device sharing by view
- Prev by Date: [PATCH 0/7] Add mpc8360epb and QE support to powerpc
- Next by Date: Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces
- Previous by thread: Re: [patch 2/6] [Network namespace] Network device sharing by view
- Next by thread: Re: [patch 2/6] [Network namespace] Network device sharing by view
- Index(es):
Relevant Pages
|