From: Kyle Date: Tue, 30 Nov 2021 07:27:26 +0000 (+0800) Subject: doc/mgr/diskprediction: fix a typo. X-Git-Tag: v17.1.0~332^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F44143%2Fhead;p=ceph.git doc/mgr/diskprediction: fix a typo. doc: remove extra comma. This commit remove extra comma of "To disable prediction,:". Fixes: https://tracker.ceph.com/issues/53433 Signed-off-by: devlikai --- diff --git a/doc/mgr/diskprediction.rst b/doc/mgr/diskprediction.rst index af34a037c44..d0d962503e6 100644 --- a/doc/mgr/diskprediction.rst +++ b/doc/mgr/diskprediction.rst @@ -19,7 +19,7 @@ To enable the local predictor:: ceph config set global device_failure_prediction_mode local -To disable prediction,:: +To disable prediction:: ceph config set global device_failure_prediction_mode none