]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common: typo-fix for osd_check_max_object_name_len_on_startup 8621/head
authorRobin H. Johnson <robin.johnson@dreamhost.com>
Fri, 15 Apr 2016 22:27:44 +0000 (15:27 -0700)
committerRobin H. Johnson <robin.johnson@dreamhost.com>
Fri, 15 Apr 2016 22:27:44 +0000 (15:27 -0700)
Fixes a typo introduced in 02f5885114eab8ce21dedb8c3337422d89cc0d9b

Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
src/common/config_opts.h

index fc473900ebfd98f45b73c230a1112294a9acec1a..b8a0cecaaed21f951e81c3cde002442e1bc757c7 100644 (file)
@@ -557,7 +557,7 @@ OPTION(mds_max_scrub_ops_in_progress, OPT_INT, 5) // the number of simultaneous
 OPTION(mds_damage_table_max_entries, OPT_INT, 10000)
 
 // verify backend can support configured max object name length
-OPTION(osd_check_max_object_name_len_on_sthartup, OPT_BOOL, true)
+OPTION(osd_check_max_object_name_len_on_startup, OPT_BOOL, true)
 
 // If true, compact leveldb store on mount
 OPTION(osd_compact_leveldb_on_mount, OPT_BOOL, false)