3-xen-orchestra-install #4

Merged
hygienic-books merged 84 commits from 3-xen-orchestra-install into main 2023-10-22 14:23:54 +00:00
Showing only changes of commit 310b180580 - Show all commits

View File

@ -341,12 +341,12 @@ find '/opt/git.bak' -type d -empty -delete
An example `zpool/data` dataset may now look like so:
```
# zfs list -r -oname,mountpoint,canmount zpool/data
NAME MOUNTPOINT CANMOUNT
zpool/data / off
zpool/data/home /home on
zpool/data/opt /opt off
zpool/data/opt/git /opt/git on
# zfs list -r -oname,mountpoint,canmount,mounted zpool/data
NAME MOUNTPOINT CANMOUNT MOUNTED
zpool/data / off no
zpool/data/home /home on yes
zpool/data/opt /opt off no
zpool/data/opt/git /opt/git on yes
```
## Nested environment-independent datasets