From 8f822b6ee0e1d0f5739d79f51f72ffbdd0448ddf Mon Sep 17 00:00:00 2001 From: wangxinyu Date: Wed, 23 Mar 2022 14:34:14 +0800 Subject: [PATCH] common/options: fix typos: smarctl -> smartctl fix typos: smarctl -> smartctl Signed-off-by: wangxinyu --- src/common/options/mon.yaml.in | 2 +- src/common/options/osd.yaml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/options/mon.yaml.in b/src/common/options/mon.yaml.in index 8932fa3e293..a92fa7e1847 100644 --- a/src/common/options/mon.yaml.in +++ b/src/common/options/mon.yaml.in @@ -1041,7 +1041,7 @@ options: - name: mon_smart_report_timeout type: uint level: advanced - desc: Timeout (in seconds) for smarctl to run, default is set to 5 + desc: Timeout (in seconds) for smartctl to run, default is set to 5 default: 5 services: - mon diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index 8360e4a9223..76262edf6bb 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -30,7 +30,7 @@ options: - name: osd_smart_report_timeout type: uint level: advanced - desc: Timeout (in seconds) for smarctl to run, default is set to 5 + desc: Timeout (in seconds) for smartctl to run, default is set to 5 default: 5 # verify backend can support configured max object name length - name: osd_check_max_object_name_len_on_startup