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 for issue #12001 #17060

Closed
wants to merge 1 commit into from
Closed

fix for issue #12001 #17060

wants to merge 1 commit into from

Conversation

gamanakis
Copy link
Contributor

Motivation and Context

Closes #12001

Description

How Has This Been Tested?

Manually, using the scripts provided in #12014

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:

@github-actions github-actions bot added the Status: Work in Progress Not yet ready for general review label Feb 16, 2025
@gamanakis
Copy link
Contributor Author

Kindly pinging @robn. Following your comments at #12014, I believe this commit is correct. Which would explain #12001.

@gamanakis
Copy link
Contributor Author

Turns out I was wrong. Through it made sense that if a slot in a multi node exists, we should txg_wait_synced() to free it.

@gamanakis
Copy link
Contributor Author

Wait I missed something I think

Signed-off-by: George Amanakis <gamanakis@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Work in Progress Not yet ready for general review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZFS hangs on kernel error: VERIFY3(0 == dmu_bonus_hold_by_dnode
1 participant