Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-06-17 12:46:28 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-06-28 13:12:27 +0300
commitf0f1a0a71d05c6cf4ee028ce7a00d885cf6faaf6 (patch)
tree06c47af5196531993bad308f1aec481326a521a5 /images
parent788a74cecc0bb621da4fb00539ef2aac0070322e (diff)
nfs: images -- Reserve entries for future use
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@virtuozzo.com> CC: Stanislav Kinsburskiy <skinsbursky@virtuozzo.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'images')
-rw-r--r--images/mnt.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/mnt.proto b/images/mnt.proto
index 3bd332687..63d2b17c1 100644
--- a/images/mnt.proto
+++ b/images/mnt.proto
@@ -21,6 +21,11 @@ enum fstype {
OVERLAYFS = 17;
// AUTOFS = 18; RESERVED in criu-dev branch
TRACEFS = 19;
+
+ /* These three are reserved for NFS support */
+ // RPC_PIPEFS = 20;
+ // NFS = 21;
+ // NFS4 = 22;
};
message mnt_entry {