Ubuntu/Debian: Mark optional datasets as such

Richard Laager 2019-03-18 22:48:52 -05:00
parent af15ec13bf
commit ca3179c83e
2 changed files with 6 additions and 0 deletions

@ -130,6 +130,9 @@ With ZFS, it is not normally necessary to use a mount command (either `mount` or
# zfs create rpool/var/log
# zfs create rpool/var/spool
The datasets below are optional, depending on your preferences and/or
software choices:
If you wish to exclude these from snapshots:
# zfs create -o com.sun:auto-snapshot=false rpool/var/cache
# zfs create -o com.sun:auto-snapshot=false rpool/var/tmp

@ -179,6 +179,9 @@ With ZFS, it is not normally necessary to use a mount command (either `mount` or
# zfs create rpool/var/log
# zfs create rpool/var/spool
The datasets below are optional, depending on your preferences and/or
software choices:
If you wish to exclude these from snapshots:
# zfs create -o com.sun:auto-snapshot=false rpool/var/cache
# zfs create -o com.sun:auto-snapshot=false rpool/var/tmp