diff --git a/documentation/sphinx/source/mr-status-json-schemas.rst.inc b/documentation/sphinx/source/mr-status-json-schemas.rst.inc index db6d247020..34ffcfc4c5 100644 --- a/documentation/sphinx/source/mr-status-json-schemas.rst.inc +++ b/documentation/sphinx/source/mr-status-json-schemas.rst.inc @@ -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, diff --git a/fdbclient/Schemas.cpp b/fdbclient/Schemas.cpp index 95b19c962b..2e4ec84dbd 100644 --- a/fdbclient/Schemas.cpp +++ b/fdbclient/Schemas.cpp @@ -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":{