Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix name of module parameter in man page #16319

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

acranox
Copy link
Contributor

@acranox acranox commented Jul 2, 2024

The ZFS module parameter name is zfs_prefetch_disable, not zfs_disable_prefetch.

Motivation and Context

The man page mentioned a module parameter that is not correct.

Description

Change the name of the ZFS module parameter in the man page from zfs_disable_prefetch to the actual parameter name of zfs_prefetch_disable. This was introduced in #15436

How Has This Been Tested?

Documentation update.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • [ x ] Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the OpenZFS code style requirements.
  • [ x ] I have updated the documentation accordingly.
  • [ x ] I have read the contributing document.
  • I have added tests to cover my changes.
  • I have run the ZFS Test Suite with this change applied.
  • [ x ] All commit messages are properly formatted and contain Signed-off-by.

The ZFS module parameter name is zfs_prefetch_disable, not
zfs_disable_prefetch.

Signed-off-by: Peter Doherty <[email protected]>
@tonyhutter tonyhutter merged commit 326040b into openzfs:master Jul 9, 2024
22 of 25 checks passed
lundman pushed a commit to openzfsonwindows/openzfs that referenced this pull request Sep 4, 2024
The ZFS module parameter name is zfs_prefetch_disable, not
zfs_disable_prefetch.

Signed-off-by: Peter Doherty <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants