Merge pull request #5006 from sfc-gh-xwang/ppwiggle

update json schemas
This commit is contained in:
Xiaoxi Wang 2021-06-17 13:53:49 -07:00 committed by GitHub
commit 6573efbd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -703,7 +703,8 @@
"auto_logs":3,
"backup_worker_enabled":1,
"commit_proxies":5, // this field will be absent if a value has not been explicitly set
"proxies":6 // this field will be absent if a value has not been explicitly set
"proxies":6, // this field will be absent if a value has not been explicitly set
"perpetual_storage_wiggle": 0
},
"data":{
"least_operating_space_bytes_log_server":0,

View File

@ -20,6 +20,7 @@
#include "fdbclient/Schemas.h"
// NOTE: also change mr-status-json-schemas.rst.inc
const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema(
{
"cluster":{