mirror of
https://github.com/ceph/ceph
synced 2025-02-25 03:52:04 +00:00
Merge pull request #45406 from wxypro/fix-typos
docs,options: fix typos Reviewed-by: Venky Shankar <vshankar@redhat.com>
This commit is contained in:
commit
1bc4cc5d44
@ -157,7 +157,7 @@ No MDS actually holds this state. Instead, it is applied to the rank in the file
|
||||
Rank 0 is part of the failed set and is pending to be taken over by a standby
|
||||
MDS. If this state persists, it indicates no suitable MDS daemons found to be
|
||||
assigned to this rank. This may be caused by not enough standby daemons, or all
|
||||
standby daemons have incompatible campat (see also :ref:`upgrade-mds-cluster`).
|
||||
standby daemons have incompatible compat (see also :ref:`upgrade-mds-cluster`).
|
||||
|
||||
|
||||
::
|
||||
|
@ -15,7 +15,7 @@ options:
|
||||
- name: cephfs_mirror_action_update_interval
|
||||
type: secs
|
||||
level: advanced
|
||||
desc: interval for driving asynchornous mirror actions
|
||||
desc: interval for driving asynchronous mirror actions
|
||||
long_desc: Interval in seconds to process pending mirror update actions.
|
||||
default: 2
|
||||
services:
|
||||
@ -55,7 +55,7 @@ options:
|
||||
level: advanced
|
||||
desc: consecutive failed directory synchronization attempts before marking a directory
|
||||
as "failed"
|
||||
long_desc: number of consecutive snapshot synchronization failues to mark a directory
|
||||
long_desc: number of consecutive snapshot synchronization failures to mark a directory
|
||||
as "failed". failed directories are retried for synchronization less frequently.
|
||||
default: 10
|
||||
services:
|
||||
@ -83,7 +83,7 @@ options:
|
||||
- name: cephfs_mirror_mount_timeout
|
||||
type: secs
|
||||
level: advanced
|
||||
desc: timeout for mounting primary/seconday ceph file system
|
||||
desc: timeout for mounting primary/secondary ceph file system
|
||||
long_desc: Timeout in seconds for mounting primary or secondary (remote) ceph file system
|
||||
by the cephfs-mirror daemon. Setting this to a higher value could result in the mirror
|
||||
daemon getting stalled when mounting a file system if the cluster is not reachable. This
|
||||
|
Loading…
Reference in New Issue
Block a user