]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/config: Add description to (near)full ratio settings 22433/head
authorWido den Hollander <wido@42on.com>
Wed, 6 Jun 2018 11:04:58 +0000 (13:04 +0200)
committerWido den Hollander <wido@42on.com>
Wed, 6 Jun 2018 11:17:24 +0000 (13:17 +0200)
commit1213f0f9f152790b45bebe3044bcffc0f4b8bb07
tree348a01c52aff51d6280e7b7eb144429bbc38d4df
parent7b3a7306b645a89575976dcf2923db71729c23b7
common/config: Add description to (near)full ratio settings

For many users it is not clear that these only apply to initial creation
of the cluster and that afterwards these commands need to be used:

  ceph osd set-nearfull-ratio <float[0.0-1.0]>
  ceph osd set-full-ratio <float[0.0-1.0]>

Signed-off-by: Wido den Hollander <wido@42on.com>
doc/rados/configuration/mon-config-ref.rst
doc/rados/troubleshooting/troubleshooting-osd.rst
src/common/options.cc