]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common: new rbd image spec validation option
authorJason Dillaman <dillaman@redhat.com>
Thu, 14 Apr 2016 16:42:33 +0000 (12:42 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 14 Apr 2016 21:59:26 +0000 (17:59 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/common/config_opts.h

index c2a577fa31d9a638b396d052ae77a06ef03742c9..5eeb9c065ec9e8190055f38e117cf7ff23ccd888 100644 (file)
@@ -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