mirror_zfs/man/man7
Will Andrews 4ed5e25074 Add Linux namespace delegation support
This allows ZFS datasets to be delegated to a user/mount namespace
Within that namespace, only the delegated datasets are visible
Works very similarly to Zones/Jailes on other ZFS OSes

As a user:
```
 $ unshare -Um
 $ zfs list
no datasets available
 $ echo $$
1234
```

As root:
```
 # zfs list
NAME                            ZONED  MOUNTPOINT
containers                      off    /containers
containers/host                 off    /containers/host
containers/host/child           off    /containers/host/child
containers/host/child/gchild    off    /containers/host/child/gchild
containers/unpriv               on     /unpriv
containers/unpriv/child         on     /unpriv/child
containers/unpriv/child/gchild  on     /unpriv/child/gchild

 # zfs zone /proc/1234/ns/user containers/unpriv
```

Back to the user namespace:
```
 $ zfs list
NAME                             USED  AVAIL     REFER  MOUNTPOINT
containers                       129M  47.8G       24K  /containers
containers/unpriv                128M  47.8G       24K  /unpriv
containers/unpriv/child          128M  47.8G      128M  /unpriv/child
```

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Will Andrews <will.andrews@klarasystems.com>
Signed-off-by: Allan Jude <allan@klarasystems.com>
Signed-off-by: Mateusz Piotrowski <mateusz.piotrowski@klarasystems.com>
Co-authored-by: Allan Jude <allan@klarasystems.com>
Co-authored-by: Mateusz Piotrowski <mateusz.piotrowski@klarasystems.com>
Sponsored-by: Buddy <https://buddy.works>
Closes #12263
2022-06-10 09:51:46 -07:00
..
dracut.zfs.7 Add dracut.zfs.7 2022-04-20 16:45:47 -07:00
vdevprops.7 man: speling 2022-01-06 11:00:01 -08:00
zfsconcepts.7 man: IO -> I/O; I/Os -> I/O operations again 2022-02-22 10:55:37 -08:00
zfsprops.7 Add Linux namespace delegation support 2022-06-10 09:51:46 -07:00
zpool-features.7 Introduce BLAKE3 checksums as an OpenZFS feature 2022-06-08 15:55:57 -07:00
zpoolconcepts.7 Fix incorrect use of unit prefix names in man pages 2022-05-04 11:44:12 -07:00
zpoolprops.7 man: full stop at EOL 2022-02-22 10:55:51 -08:00