diff options
author | Kefu Chai <kchai@redhat.com> | 2017-07-25 05:02:25 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2017-07-25 06:59:13 +0200 |
commit | 6ee0de855696c3548f5194909e79b3070fdca311 (patch) | |
tree | 6a64be437ac4b18ea25d7713bf22a6fbe87df751 /doc/man | |
parent | Merge pull request #16537 from shangzhong/wip-update-organization (diff) | |
download | ceph-6ee0de855696c3548f5194909e79b3070fdca311.tar.xz ceph-6ee0de855696c3548f5194909e79b3070fdca311.zip |
doc: document mClock related options
* rados/configuration/osd-config-ref.rst: document mClock related
options
* release-notes.rst: fix syntax errors. link QoS to mClock related docs.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/8/ceph.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index ec6702a1e0f..01fe04f12c0 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -1092,8 +1092,8 @@ Usage:: ceph osd setmaxosd <int[0-]> Subcommand ``set-require-min-compat-client`` enforces the cluster to be backward -compatible with the specified client version. This subcommand prevent you from -makeing making any changes (e.g., crush tunables, or using new features) that +compatible with the specified client version. This subcommand prevents you from +making any changes (e.g., crush tunables, or using new features) that would violate the current setting. Please note, This subcommand will fail if any connected daemon or client is not compatible with the features offered by the given <version>. To see the features and releases of all clients connected |