diff options
author | vmallika <vmallika@redhat.com> | 2015-12-04 12:36:22 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2015-12-08 21:28:48 -0800 |
commit | 988495ef1f8bb737d5edd079dec5635309097a62 (patch) | |
tree | 87aa69feaf225357da81f38b79593b9d66c5883e /xlators | |
parent | 5fa88405ba1aba2312902255282fc4f6625d18ed (diff) |
quota: add 'quota-version' to xlator volume_options structure
Below error is seen in brick log:
0-vol1-quota: option 'quota-version' is not recognized
So add this option to the volume_options structure of
marker xlator
Change-Id: I1bd68a537936ee0f9af85dac74f1377f84edb8f4
BUG: 1283178
Signed-off-by: vmallika <vmallika@redhat.com>
Reviewed-on: http://review.gluster.org/12878
Reviewed-by: Manikandan Selvaganesh <mselvaga@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/features/marker/src/marker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/marker/src/marker.c b/xlators/features/marker/src/marker.c index b91cc8f435a..604097d2f2e 100644 --- a/xlators/features/marker/src/marker.c +++ b/xlators/features/marker/src/marker.c @@ -3380,5 +3380,6 @@ struct volume_options options[] = { {.key = {"inode-quota"} }, {.key = {"xtime"}}, {.key = {"gsync-force-xtime"}}, + {.key = {"quota-version"} }, {.key = {NULL}} }; |