zrepl/docs
Christian Schwarz 30cdc1430e replication + endpoint: replication guarantees: guarantee_{resumability,incremental,nothing}
This commit

- adds a configuration in which no step holds, replication cursors, etc. are created
- removes the send.step_holds.disable_incremental setting
- creates a new config option `replication` for active-side jobs
- adds the replication.protection.{initial,incremental} settings, each
  of which can have values
    - `guarantee_resumability`
    - `guarantee_incremental`
    - `guarantee_nothing`
  (refer to docs/configuration/replication.rst for semantics)

The `replication` config from an active side is sent to both endpoint.Sender and endpoint.Receiver
for each replication step. Sender and Receiver then act accordingly.

For `guarantee_incremental`, we add the new `tentative-replication-cursor` abstraction.
The necessity for that abstraction is outlined in https://github.com/zrepl/zrepl/issues/340.

fixes https://github.com/zrepl/zrepl/issues/340
2020-07-26 20:32:35 +02:00
..
_static docs: add logo 2017-11-11 23:25:12 +01:00
configuration replication + endpoint: replication guarantees: guarantee_{resumability,incremental,nothing} 2020-07-26 20:32:35 +02:00
installation docs: add backup-to-external-disk quick-start guide and convert existing tutorial to quick-start guide 2020-06-14 15:26:05 +02:00
quickstart replication + endpoint: replication guarantees: guarantee_{resumability,incremental,nothing} 2020-07-26 20:32:35 +02:00
sphinxconf docs: bump copyright 2019-03-30 19:01:34 +01:00
.gitignore docs: publishing workflow as script 2017-11-11 23:25:12 +01:00
changelog.rst replication + endpoint: replication guarantees: guarantee_{resumability,incremental,nothing} 2020-07-26 20:32:35 +02:00
conf.py docs: sphinx-versioning would not build master 2017-11-18 21:28:10 +01:00
configuration.rst replication + endpoint: replication guarantees: guarantee_{resumability,incremental,nothing} 2020-07-26 20:32:35 +02:00
gen-sphinx-versioning-flags.py docs/publish.sh: only render latest (patch+rc) version for each (major,minor) versio. 2020-06-14 18:24:20 +02:00
global.rst.inc docs: GitHub Sponsors link 2020-06-14 15:26:05 +02:00
index.rst docs: GitHub Sponsors link 2020-06-14 15:26:05 +02:00
installation.rst docs: add backup-to-external-disk quick-start guide and convert existing tutorial to quick-start guide 2020-06-14 15:26:05 +02:00
Makefile build: include docs in release artifacts + use sphinxcontrib-versioning 2017-11-18 16:28:06 +01:00
pr.rst docs: reflect changes in replication_rewrite branch 2018-10-11 18:03:18 +02:00
publish.sh docs/publish.sh: only render latest (patch+rc) version for each (major,minor) versio. 2020-06-14 18:24:20 +02:00
quickstart.rst docs: add backup-to-external-disk quick-start guide and convert existing tutorial to quick-start guide 2020-06-14 15:26:05 +02:00
requirements.txt docs: fix requirements.txt & pin sphinxcontrib-versioning version 2019-09-08 00:47:39 +02:00
supporters.rst docs: supporters: update 2020-06-22 13:36:00 +02:00
usage.rst docs: fix typo in cli help for zfs-abstraction subcommand 2020-06-14 15:26:05 +02:00