Skip to content

Commit

Permalink
docs: update links to manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
aisbergg committed Mar 31, 2022
1 parent da3cbcf commit 30c4a73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ None.
# Configuration
#

# https://zfsonlinux.org/manpages/0.8.4/man5/zfs-module-parameters.5.html
# https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html#zfs-module-parameters
zfs_kernel_module_parameters:
# use 1/4 of the memory for ZFS ARC
zfs_arc_max: "{{ (ansible_memtotal_mb * 1024**2 * 0.25) | int }}"
Expand Down Expand Up @@ -134,7 +134,7 @@ None.
compression: lz4
dedup: false

# https://zfsonlinux.org/manpages/0.8.6/man8/zfs.8.html
# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html
zfs_volumes_properties_defaults: "{{
_zfs_volumes_properties | combine(
_zfs_performance_tuning_async_only
Expand Down
8 changes: 4 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ zfs_use_zfs_mount_generator: true
# ZFS Configuration
# ------------------------------------------------------------------------------

# https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html?highlight=zfs_arc_max
# https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html
zfs_kernel_module_parameters: {}

# time schedule for zpool scrubs, for valid time formats see:
Expand Down Expand Up @@ -74,11 +74,11 @@ zfs_pools: []
# filesystem_properties:
# extra_import_options: ""
# extra_create_options: ""
# https://openzfs.github.io/openzfs-docs/man/7/zpoolprops.7.html?highlight=ashift
# https://openzfs.github.io/openzfs-docs/man/7/zpoolprops.7.html
zfs_pools_defaults: {}

zfs_volumes: []
# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html?highlight=volsize
# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html
zfs_volumes_properties_defaults:
volblocksize: 8K
volsize: 1G
Expand All @@ -87,7 +87,7 @@ zfs_volumes_properties_defaults:
sync: standard

zfs_filesystems: []
# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html?highlight=volsize
# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html
zfs_filesystems_properties_defaults:
acltype: posix
atime: false
Expand Down
2 changes: 1 addition & 1 deletion tasks/install_archlinux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- name: fail Arch Linux installation
ansible.builtin.fail:
msg: Arch Linux is not yet supported
msg: Arch Linux is not yet supported by this role

0 comments on commit 30c4a73

Please sign in to comment.