diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index cc8a2363608..ec02680ab85 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1109,6 +1109,10 @@ struct volopt_map_entry glusterd_volopt_map[] = { .option = "brick-gid", .op_version = 2 }, + { .key = "storage.node-uuid-pathinfo", + .voltype = "storage/posix", + .op_version = 2 + }, { .key = "config.memory-accounting", .voltype = "configuration", .option = "!config", |