zrepl/docs/configuration
Denis Shaposhnikov 27012e5623
Allow same root_fs for different jobs: sinks and so on (#752)
Because some jobs add client identity to root_fs and other jobs don't do
that,
we can't reliable detect overlapping of filesystems. And and the same
time we
need an ability to use equal or overlapped root_fs for different jobs.
For
instance see this config:

```
  - name: "zdisk"
    type: "sink"
    root_fs: "zdisk/zrepl"
    serve:
      type: "local"
      listener_name: "zdisk"
```
and
```
  - name: "remote-to-zdisk"
    type: "pull"
    connect:
      type: "tls"
    root_fs: "zdisk/zrepl/remote"
```

As you can see, two jobs have overlapped root_fs, but actually datasets
are not
overlapped, because job `zdisk` save everything under
`zdisk/zrepl/localhost`,
because it adds client identity. So they actually use two different
filesystems:
`zdisk/zrepl/localhost` and `zdisk/zrepl/remote`. And we can't detect
this
situation during config check. So let's just remove this check, because
it's
admin's duty to configure correct root_fs's.

---------

Co-authored-by: Christian Schwarz <me@cschwarz.com>
2023-11-01 00:12:54 +01:00
..
conflict_resolution.rst docs/jobs: add replication- conflict_resolution-options to active job types 2023-01-26 00:09:28 +01:00
filter_syntax.rst docs: filter syntax: reference 'snap' job type 2020-02-14 21:40:48 +01:00
jobs.rst docs/jobs: add replication- conflict_resolution-options to active job types 2023-01-26 00:09:28 +01:00
logging.rst Spellcheck all files 2020-02-24 16:06:09 +01:00
misc.rst remove unused JobDebugSettings along with docs 2022-12-22 18:13:45 +01:00
monitoring.rst docs/monitoring: change suggested prometheus port to 9811 2021-03-28 18:18:02 +02:00
overview.rst Allow same root_fs for different jobs: sinks and so on (#752) 2023-11-01 00:12:54 +01:00
prune.rst docs: prune: improve docs for 'grid' rule 2021-11-14 17:34:32 +01:00
replication.rst docs/jobs: add replication- conflict_resolution-options to active job types 2023-01-26 00:09:28 +01:00
sendrecvoptions.rst docs: update comment on overriding mountpoint properties during zfs recv of ZVOLs 2022-12-10 12:53:24 +01:00
snapshotting.rst snapper: support custom timestamp format 2022-10-27 00:19:06 +02:00
transports.rst docs: transport: fix easyrsa script (fixup of 6b4c6fc) 2020-08-23 20:36:43 +02:00