Skip to content

Commit 6e58749

Browse files
committed
Added missing text
1 parent ddb27eb commit 6e58749

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/upgrade_spec.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ a JSON object with the following fields:
7171
- `servers_remaining` an array containing objects describing the servers that
7272
have not yet been upgraded.
7373

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+
7482
## Failures
7583

7684
If the upgrade procedure of one of the servers fails (for whatever reason),

0 commit comments

Comments
 (0)