diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 857c494e039..94ae212bc27 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2600,6 +2600,14 @@ struct volopt_map_entry glusterd_volopt_map[] = { .voltype = "storage/posix", .op_version = 2, }, + { .key = "storage.liberal-perms-mode", + /* + * This is really storage/posix but for some ancient historical (and + * probably no longer operative) reason we call it something else. + */ + .voltype = "features/access-control", + .op_version = GD_OP_VERSION_3_6_0, + }, { .key = "storage.bd-aio", .voltype = "storage/bd", .op_version = 3 |
