From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tokarev Subject: containers and in-kernel nfs services Date: Mon, 08 Feb 2010 17:28:22 +0300 Message-ID: <4B701F86.1000905@msgid.tls.msk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org Hello. The question is how containers iteracts with in-kernel nfsd? For example, I want to export a directory over nfs from one container (with separate network and filesystem namespaces) and mount it on another container on the same host. Or on entirely different machine, for that matter. At the same time, other containers and maybe the host itself may want to export other filesystems, and since the same filesystem may be visible in several containers, the result might be that the same directory is exported multiple times by different containers... Is it ever possible/supported/feasible? Thanks! /mjt