]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/config-key: increase max key entry size 24250/head
authorJoao Eduardo Luis <joao@suse.de>
Mon, 24 Sep 2018 16:43:32 +0000 (17:43 +0100)
committerJoao Eduardo Luis <joao@suse.de>
Mon, 24 Sep 2018 16:43:32 +0000 (17:43 +0100)
commitb38b8e980cb477ab2b0f320ab51eaa0c0fec7da6
treeeae103d01a6399a014bece79737040eb29515660
parent9054ed81da51d2c026231d5252e093c2a89c2dc1
mon/config-key: increase max key entry size

Turns out the dashboard requires more than 4K bytes on occasion. Instead
of forcing them to split entries, we can afford them a bit more of extra
size. We could go higher, but they tell us they don't need it.

Signed-off-by: Joao Eduardo Luis <joao@suse.de>
src/common/options.cc