Third Party to Resolve
Details
Details
Assignee
Triage Team
Triage TeamReporter
Waqar
WaqarComponents
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created November 18, 2020 at 4:32 PM
Updated July 1, 2022 at 5:00 PM
Resolved October 8, 2021 at 5:16 PM
We are unable to destroy a zfs dataset as it fails to unmount after a rollback of parent dataset.
Reproduction steps are:
1) zfs create -p evo/test/child
2) zfs snapshot -r evo/test
3) zfs create -p evo/test/child && zfs rollback -r evo/test@snap3 && zfs destroy -rf evo/test/child
Running command (3) repeatedly, we will see that it fails to destroy child dataset as it fails to unmount.