images: remap-file-path -- Reserve entries for spfs manager

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2017-03-17 17:55:04 +03:00 committed by Andrei Vagin
parent 53a11dfc5c
commit 26aadb5acb

View file

@ -4,6 +4,9 @@ enum remap_type {
LINKED = 0;
GHOST = 1;
PROCFS = 2;
// Reserved for spfs manager
// SPFS = 3;
// SPFS_LINKED = 4;
};
message remap_file_path_entry {