-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Description: | ||
|
||
add 'replicaonly' config option that blocks all non-silent writes | ||
|
||
(Silent writes are those where the modseq is specified in the write, | ||
so the highestmodseq doesn't get increased - these are the sort done | ||
by sync_server) | ||
|
||
Config changes: | ||
|
||
the boolean config option `replicaonly` (default: false) can be set | ||
to mark a server as only being a replica. This will stop calalarmd | ||
from doing anything, and also deny any non-silent writes. | ||
|
||
|
||
Upgrade instructions: | ||
|
||
No change required - you can keep running without setting this config | ||
option on replicas, and they will behave as before (in particular, | ||
you will still have to make sure not to run calalarmd on replicas). | ||
|
||
GitHub issue: | ||
|
||
none |