linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* NFSd in container - it works
@ 2012-11-28 17:13 Stanislav Kinsbursky
  2012-11-28 20:01 ` bfields
  0 siblings, 1 reply; 10+ messages in thread
From: Stanislav Kinsbursky @ 2012-11-28 17:13 UTC (permalink / raw)
  To: bfields@fieldses.org
  Cc: linux-nfs@vger.kernel.org, Jeff Layton,
	Trond.Myklebust@netapp.com

Hi.
I have about ~10 more patches, which makes NFS server works in container (mnt + pid + net namesapces). And it passes basic tests.
But there are some issues I would like to discuss:
1) NFSd threads are running in init_pid namespace. This makes impossible to stop NFS server by signals from container. Also is makes possible to stop and 
destroy container without stopping its NFS server (network namespace thus will stay alive). So, there should be implemented some way to destroy these threads, 
when container's child reaper is exiting.
2) We need to solve this issue with registering in wrong portmapper. Sync connects suits both Lockd and NFSd. Bruce, what about gss daemon? Maybe some other 
socket (abstract UNIX or loopback) can be used instead? Or PipeFS?
3) Holding net by tracker looks redundant. What was the reason for this?

-- 
Best regards,
Stanislav Kinsbursky

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-11-29 14:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 17:13 NFSd in container - it works Stanislav Kinsbursky
2012-11-28 20:01 ` bfields
2012-11-28 20:28   ` Jeff Layton
2012-11-29 11:53     ` Stanislav Kinsbursky
2012-11-29 12:13       ` Jeff Layton
2012-11-29 12:48         ` Stanislav Kinsbursky
2012-11-29 12:55           ` Jeff Layton
2012-11-29 13:04             ` Stanislav Kinsbursky
2012-11-29 14:11             ` Stanislav Kinsbursky
2012-11-29 11:34   ` Stanislav Kinsbursky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).