From: John Spray Date: Mon, 5 Nov 2018 10:56:04 +0000 (+0000) Subject: osd: set lower bound+docs on osd_max_write_size X-Git-Tag: v14.1.0~866^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=62400dc79bdbde5fe2afcadf335d0ba58f44d240;p=ceph-ci.git osd: set lower bound+docs on osd_max_write_size It never makes sense to set this below 4 megabytes (no sane OSD backend would have a problem with writes of that size), and doing so is a quick way to break your cluster. Also fill out doc fields. Signed-off-by: John Spray --- diff --git a/src/common/options.cc b/src/common/options.cc index e07bf90d171..ee2ed9a319d 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2102,8 +2102,13 @@ std::vector