From 2632738aea79e61fda0381d3ac1c0a4a4560d32d Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 2 Jan 2018 20:53:27 +0530 Subject: debug/delay-gen: volume option fixes for GD2 Updates #302 Change-Id: I2c7ab85364337d0bc00428e0001ddc4038e08174 Signed-off-by: Pranith Kumar K --- xlators/debug/error-gen/src/error-gen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/debug/error-gen') diff --git a/xlators/debug/error-gen/src/error-gen.c b/xlators/debug/error-gen/src/error-gen.c index 0ce88a92918..00008968f6e 100644 --- a/xlators/debug/error-gen/src/error-gen.c +++ b/xlators/debug/error-gen/src/error-gen.c @@ -1695,6 +1695,8 @@ struct volume_options options[] = { { .key = {"enable"}, .type = GF_OPTION_TYPE_STR, + .description = "Accepts a string which takes ',' separated fop " + "strings to denote which fops are enabled for error", }, { .key = {NULL} } -- cgit