[CRIU] [PATCH v4 14/17] mount: add support for NFS
Pavel Emelyanov
xemul at virtuozzo.com
Thu Jun 2 04:16:35 PDT 2016
On 05/20/2016 02:38 PM, Stanislav Kinsburskiy wrote:
> Signed-off-by: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
> ---
> criu/mount.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/criu/mount.c b/criu/mount.c
> index a2fa80d..c88565e 100644
> --- a/criu/mount.c
> +++ b/criu/mount.c
> @@ -1806,6 +1806,9 @@ static struct fstype fstypes[] = {
> }, {
> .name = "rpc_pipefs",
> .code = FSTYPE__RPC_PIPEFS,
> + }, {
> + .name = "nfs",
> + .code = FSTYPE__NFS,
That's not git bisect safe :) NFS C/R is still not working at this patch
(which can be merged with #13, by the way).
> }
> };
>
>
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
> .
>
More information about the CRIU
mailing list