Skip to content

Commit 3128653

Browse files
committed
Review comments processed
1 parent 2370c40 commit 3128653

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/upgrade_spec.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ If the deployment mode is `activefailover` or `cluster` the Starters will:
3131
followed by upgrade entries for all single servers (in case of `activefailover`),
3232
followed by upgrade entries for all dbservers (in case of `cluster`),
3333
followed by upgrade entries for all coordinators (in case of `cluster`),
34+
followed by upgrade entries for all sync masters (in case of `cluster` & sync),
35+
followed by upgrade entries for all sync workers (in case of `cluster` & sync),
3436
followed by an entry to re-enable agency supervision.
3537

3638
Every Starter will monitor the agency for an upgrade plan.
@@ -64,10 +66,10 @@ a JSON object with the following fields:
6466
upgrade failure, or `false` otherwise.
6567
- `reason` a string that describes the state of the upgrade plan in a
6668
human readable form.
67-
- `servers_upgraded` an integer containing the number of servers that have
69+
- `servers_upgraded` an array containing objects describing the servers that have
6870
been upgraded.
69-
- `servers_remaining` an integer containing the number of servers that have
70-
not yet been upgraded.
71+
- `servers_remaining` an array containing objects describing the servers that
72+
have not yet been upgraded.
7173

7274
## Failures
7375

0 commit comments

Comments
 (0)