From 6579c7da486f5da58231a07c47782c3403cbb588 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 14 Apr 2016 12:42:33 -0400 Subject: [PATCH] common: new rbd image spec validation option Signed-off-by: Jason Dillaman --- src/common/config_opts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index c2a577fa31d9a..5eeb9c065ec9e 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1165,6 +1165,7 @@ OPTION(rbd_skip_partial_discard, OPT_BOOL, false) // when trying to discard a ra OPTION(rbd_enable_alloc_hint, OPT_BOOL, true) // when writing a object, it will issue a hint to osd backend to indicate the expected size object need OPTION(rbd_tracing, OPT_BOOL, false) // true if LTTng-UST tracepoints should be enabled OPTION(rbd_validate_pool, OPT_BOOL, true) // true if empty pools should be validated for RBD compatibility +OPTION(rbd_validate_names, OPT_BOOL, true) // true if image specs should be validated /* * The following options change the behavior for librbd's image creation methods that -- 2.39.5