From: Jason Dillaman Date: Thu, 14 Apr 2016 16:42:33 +0000 (-0400) Subject: common: new rbd image spec validation option X-Git-Tag: v10.2.0~31^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6579c7da486f5da58231a07c47782c3403cbb588;p=ceph.git common: new rbd image spec validation option Signed-off-by: Jason Dillaman --- 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