From df38146d698b5acbf51d983766322cc0cb10b47b Mon Sep 17 00:00:00 2001 From: vmallika Date: Fri, 4 Dec 2015 12:36:22 +0530 Subject: quota: add 'quota-version' to xlator volume_options structure This is a backport of http://review.gluster.org/#/c/12878/ 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 Change-Id: I108cfa2cb829daad9aca80cbd630b9afab0b05a7 BUG: 1283187 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/12879 Reviewed-by: Manikandan Selvaganesh Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Raghavendra G --- xlators/features/marker/src/marker.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/features/marker') diff --git a/xlators/features/marker/src/marker.c b/xlators/features/marker/src/marker.c index a3d44a078e2..313ca737091 100644 --- a/xlators/features/marker/src/marker.c +++ b/xlators/features/marker/src/marker.c @@ -3377,5 +3377,6 @@ struct volume_options options[] = { {.key = {"inode-quota"} }, {.key = {"xtime"}}, {.key = {"gsync-force-xtime"}}, + {.key = {"quota-version"} }, {.key = {NULL}} }; -- cgit