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

Balance parentheses in parameter descriptions #11882

Merged
merged 1 commit into from
Apr 11, 2021
Merged

Balance parentheses in parameter descriptions #11882

merged 1 commit into from
Apr 11, 2021

Conversation

pstef
Copy link
Contributor

@pstef pstef commented Apr 11, 2021

Motivation and Context

Two parameter descriptions have unbalanced parentheses. unflushed_max_mem_ppm just has a missed closing paren:
Percentage of the overall system memory that ZFS allows to be used for unflushed changes (value is calculated over 1000000 for finer granularity
and load_verify_shift is
log2(fraction of arc that can be used by inflight I/Os when verifying pool during import which seems to be a mistake from copying from log2(fraction of arc to reclaim)

Description

Remove the surplus paren from load_verify_shift's description and add the missing one to unflushed_max_mem_ppm's description.

How Has This Been Tested?

I haven't tested this.

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)
  • Documentation (a change to man pages or other documentation)

Checklist:

Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
@behlendorf behlendorf added the Status: Accepted Ready to integrate (reviewed, tested) label Apr 11, 2021
@behlendorf behlendorf merged commit 458f823 into openzfs:master Apr 11, 2021
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Apr 14, 2021
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
Closes openzfs#11882
mcmilk pushed a commit to mcmilk/zfs that referenced this pull request Apr 15, 2021
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
Closes openzfs#11882
ghost pushed a commit to truenas/zfs that referenced this pull request May 6, 2021
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
Closes openzfs#11882
ghost pushed a commit to truenas/zfs that referenced this pull request May 6, 2021
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
Closes openzfs#11882
ghost pushed a commit to truenas/zfs that referenced this pull request May 6, 2021
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
Closes openzfs#11882
ghost pushed a commit to truenas/zfs that referenced this pull request May 7, 2021
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
Closes openzfs#11882
sempervictus pushed a commit to sempervictus/zfs that referenced this pull request May 31, 2021
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
Closes openzfs#11882
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants