comparison docs/man/man8/ftjail-datasets-tmpl.rst @ 620:5da1455547d3

Manpages: note that ftjail datasets-tmpl does not automatically mount newly created datasets automatically
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 20 Sep 2024 21:48:18 +0200
parents 901b0e3c0dab
children
comparison
equal deleted inserted replaced
619:b4dacdca99c6 620:5da1455547d3
19 19
20 The ZFS datasets `dataset-parent-base` and `dataset-parent-skeleton` 20 The ZFS datasets `dataset-parent-base` and `dataset-parent-skeleton`
21 must exist already. 21 must exist already.
22 22
23 A child with name `name` must not exist already for both given parent 23 A child with name `name` must not exist already for both given parent
24 datasets.
25
26 All datasets are creating using :command:`zfs create` and employing its
27 ``-u`` option so that the newly created file system is not mounted
28 automatically at creation time.
29
30 See :manpage:`ftjail-mount-tmpl(8)` for properly mounting the created
24 datasets. 31 datasets.
25 32
26 33
27 Options 34 Options
28 ------- 35 -------