[CRIU] [PATCH 1/2] nfs: images -- Reserve entries for future use

Cyrill Gorcunov gorcunov at openvz.org
Fri Jun 17 02:46:28 PDT 2016


These entries will be used for NFS support and
we already test partial support in vz7 version
of criu. So to make images compatible lets reserve
some of them in advance.

CC: Pavel Emelyanov <xemul at virtuozzo.com>
CC: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 images/mnt.proto | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/images/mnt.proto b/images/mnt.proto
index 9338ecbc93a5..842973d5e1e3 100644
--- a/images/mnt.proto
+++ b/images/mnt.proto
@@ -21,6 +21,11 @@ enum fstype {
 	OVERLAYFS		= 17;
 	AUTOFS			= 18;
 	TRACEFS			= 19;
+
+	/* These three are reserved for NFS support */
+	// RPC_PIPEFS		= 20;
+	// NFS			= 21;
+	// NFS4			= 22;
 };
 
 message mnt_entry {
-- 
2.5.5



More information about the CRIU mailing list