mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-01 23:56:28 +02:00
docs: fix nitpicks
This commit is contained in:
parent
17818439a0
commit
e8c0d206ea
@ -279,7 +279,7 @@ Example config: :sampleconf:`/local.yml`.
|
|||||||
Job Type ``snap`` (snapshot & prune only)
|
Job Type ``snap`` (snapshot & prune only)
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
Job type that only takes snapshots and pruning on the local machine.
|
Job type that only takes snapshots and performs pruning on the local machine.
|
||||||
|
|
||||||
.. list-table::
|
.. list-table::
|
||||||
:widths: 20 80
|
:widths: 20 80
|
||||||
|
@ -178,7 +178,7 @@ Workaround using ``snap`` job
|
|||||||
As a workaround (see GitHub :issue:`102` for development progress), a pruning-only :ref:`snap job <job-snap>` can be defined on the source side:
|
As a workaround (see GitHub :issue:`102` for development progress), a pruning-only :ref:`snap job <job-snap>` can be defined on the source side:
|
||||||
The snap job is in charge of snapshot creation & destruction, whereas the source job's role is reduced to just serving snapshots.
|
The snap job is in charge of snapshot creation & destruction, whereas the source job's role is reduced to just serving snapshots.
|
||||||
However, since, jobs are run independently, it is possible that the snap job will prune snapshots that are queued for replication / destruction by the remote pull job that connects to the source job.
|
However, since, jobs are run independently, it is possible that the snap job will prune snapshots that are queued for replication / destruction by the remote pull job that connects to the source job.
|
||||||
There is no possible configuration to avoid this problem with the current version of zrepl.
|
Symptoms of such race conditions are spurious replication and destroy errors.
|
||||||
|
|
||||||
Example configuration:
|
Example configuration:
|
||||||
|
|
||||||
@ -198,7 +198,7 @@ Example configuration:
|
|||||||
snapshotting:
|
snapshotting:
|
||||||
type: manual
|
type: manual
|
||||||
root_fs: ...
|
root_fs: ...
|
||||||
|
|
||||||
# pull side
|
# pull side
|
||||||
jobs:
|
jobs:
|
||||||
- type: pull
|
- type: pull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user