diff options
author | David Zafman <dzafman@redhat.com> | 2019-12-14 02:43:44 +0100 |
---|---|---|
committer | David Zafman <dzafman@redhat.com> | 2020-01-07 06:35:19 +0100 |
commit | b0a1b758d012dfea40db3feca1a841c96f79defe (patch) | |
tree | 8ad2c0e7da86ea5da8f4463300900ebc3c86ba7d /doc/man | |
parent | osdmaptool: Add --upmap-active to simulate active upmap balancing (diff) | |
download | ceph-b0a1b758d012dfea40db3feca1a841c96f79defe.tar.xz ceph-b0a1b758d012dfea40db3feca1a841c96f79defe.zip |
mgr: Change default upmap_max_deviation to 5
Fixes: https://tracker.ceph.com/issues/43312
Signed-off-by: David Zafman <dzafman@redhat.com>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/8/osdmaptool.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/8/osdmaptool.rst b/doc/man/8/osdmaptool.rst index cfe52f63f6d..81a962a0050 100644 --- a/doc/man/8/osdmaptool.rst +++ b/doc/man/8/osdmaptool.rst @@ -153,7 +153,7 @@ Options .. option:: --upmap-deviation <max-deviation> - max deviation from target [default: 1] + max deviation from target [default: 5] .. option:: --upmap-pool <poolname> |