Skip to content

Commit

Permalink
Merge pull request #20931 from ashitakasam/fix-typo
Browse files Browse the repository at this point in the history
doc: s/deamon/daemon/

Reviewed-by: Jos Collin <jcollin@redhat.com>
  • Loading branch information
joscollin committed Mar 19, 2018
2 parents 038afcb + a2b14a7 commit 212a592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/cephfs/health-messages.rst
Expand Up @@ -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 <fs> standby_count_wanted <count>``. Use
zero for ``count`` to disable.
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rbd_recover_tool/README
Expand Up @@ -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

Expand Down

0 comments on commit 212a592

Please sign in to comment.