From a2b14a741cac9a3839a4abe2827a0af1a99fddeb Mon Sep 17 00:00:00 2001 From: ashitakasam <694240887@qq.com> Date: Fri, 16 Mar 2018 10:51:23 +0800 Subject: [PATCH] doc: 'daemon' is misspelled in doc/cephfs/health-messages.rst and src/tools/rbd_recover_tool/README Signed-off-by: ashitakasam <694240887@qq.com> --- doc/cephfs/health-messages.rst | 2 +- src/tools/rbd_recover_tool/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephfs/health-messages.rst b/doc/cephfs/health-messages.rst index b2ebe4b1822..4d513c79080 100644 --- a/doc/cephfs/health-messages.rst +++ b/doc/cephfs/health-messages.rst @@ -37,7 +37,7 @@ automatically replace laggy daemons with standbys if any are available. Message: insufficient standby daemons available Description: One or more file systems are configured to have a certain number of standby daemons available (including daemons in standby-replay) but the -cluster does not have enough standby daemons. The standby deamons not in replay +cluster does not have enough standby daemons. The standby daemons not in replay count towards any file system (i.e. they may overlap). This warning can configured by setting ``ceph fs set standby_count_wanted ``. Use zero for ``count`` to disable. diff --git a/src/tools/rbd_recover_tool/README b/src/tools/rbd_recover_tool/README index 73c19b9d3be..ccf55498be8 100644 --- a/src/tools/rbd_recover_tool/README +++ b/src/tools/rbd_recover_tool/README @@ -18,7 +18,7 @@ object data is complete, this tool does flush osd journal on each osd node befor before you run this tool, you should make sure that: 1). all processes (ceph-osd, ceph-mon, ceph-mds) are shutdown -2). ssh deamon is running & network is ok (ssh to each node without password) +2). ssh daemon is running & network is ok (ssh to each node without password) 3). ceph-kvstore-tool is installed(for ubuntu: apt-get install ceph-test) 4). osd disk is not crashed and data can be accessed on local filesystem -- 2.39.5