From 988495ef1f8bb737d5edd079dec5635309097a62 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 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 Reviewed-on: http://review.gluster.org/12878 Reviewed-by: Manikandan Selvaganesh Tested-by: Gluster Build System Tested-by: NetBSD Build System Reviewed-by: Raghavendra G --- xlators/features/marker/src/marker.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/features/marker/src/marker.c') 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}} }; -- cgit