From 62400dc79bdbde5fe2afcadf335d0ba58f44d240 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 5 Nov 2018 10:56:04 +0000 Subject: [PATCH] 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 --- src/common/options.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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