mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Merge pull request #5006 from sfc-gh-xwang/ppwiggle
update json schemas
This commit is contained in:
commit
6573efbd31
@ -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,
|
||||
|
@ -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":{
|
||||
|
Loading…
x
Reference in New Issue
Block a user