We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb27eb commit 6e58749Copy full SHA for 6e58749
docs/upgrade_spec.md
@@ -71,6 +71,14 @@ a JSON object with the following fields:
71
- `servers_remaining` an array containing objects describing the servers that
72
have not yet been upgraded.
73
74
+The objects contained in the `servers_upgraded` & `servers_remaining` arrays
75
+have the following fields:
76
+
77
+- `type` a string indicating the type of server
78
+ (`agent|dbserver|coordinator|single|syncmaster|syncworker`)
79
+- `port` an integer containing the port number that the server is listening on.
80
+- `address` a string container hostname or IP address of the server.
81
82
## Failures
83
84
If the upgrade procedure of one of the servers fails (for whatever reason),
0 commit comments