From: Stanislav Kinsbursky <skinsbursky@parallels.com>
To: Pavel Emelianov <xemul@parallels.com>,
"linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>
Subject: NFS client virtualization plan v2
Date: Mon, 12 Sep 2011 17:59:43 +0400 [thread overview]
Message-ID: <4E6E104F.8080903@parallels.com> (raw)
Hello.
This is an update for this plan. Added rpc_pipefs and NFS cache virtualization.
==============================================================================
"NFS client" virtualization plan:
_RPC layer_:
1) Make rpcbind clients (rpcb_local_clnt and rpcb_local4_clnt) to be
per net namespace.
2) Make RPC pipefs to be per net namespace.
_NFS layer_:
1) Net namespace inheritance (current->nsproxy->net have to be used instead
of init_net).
Pointer to net namespace can be stored on nfs_client structure, which will
give easy access to proper net namespace during RPC transports creation.
2) Make Lockd kthread able to handle requests from different net namespaces.
3) Make NFS callbacks kthreads (nfs4_callback_svc and nfs4.1_callback_svc) able
to handle requests from different net namespaces.
4) Make NFS info lists (nfs_volume_list and nfs_client_list) to be per
net namespace in addition to global ones.
5) Make NFS proc variables and it's internal content variables to be per
net namespace in addition to global ones.
6) Make NFS sysctl variables and it's internal content variables to be per
net namespace in addition to global ones.
7) Make NFS cache per net namespace.
--
Best regards,
Stanislav Kinsbursky
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2011-09-12 13:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-12 13:59 Stanislav Kinsbursky [this message]
2011-09-12 14:50 ` NFS client virtualization plan v2 Chuck Lever
2011-09-12 15:03 ` Stanislav Kinsbursky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E6E104F.8080903@parallels.com \
--to=skinsbursky@parallels.com \
--cc=linux-nfs@vger.kernel.org \
--cc=xemul@parallels.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).