7291 Attempting to destroy ZFS filesystem and create ZFS volume with … #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please see https://www.illumos.org/issues/7291 for details.
sdev_cache_update(ddv, &dv, nm, SDEV_CACHE_DELETE) call updates the in-core directory cache ONLY.
So we have dv->sdev_nlink == number_of_child_datasets + 2 for /dev/zvol/{r,}dsk/pool/filesystem/child1 and system panic on VERIFY:
http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/fs/dev/sdev_subr.c#3133
Proposed patch: sdev_cleandir for stalled directory path.
Reviewed by: Sanjay Nadkarni [email protected]
Reviewed by: Saso Kiselkov [email protected]
Reviewed by: Roman Strashkin [email protected]
Reviewed by: Alek Pinchuk [email protected]
Patch was successfully tested and using internally at Nexenta and already included into the release NexentaStor 5.0.
Thank you!