Actions
Bug #7761
closedbootfs_005_neg's pool destruction must handle EBUSY
Start date:
2017-01-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
As mentioned here: https://github.com/openzfs/openzfs/pull/268#issuecomment-271661343
The cleanup handler of the "bootfs/bootfs_005_neg" zfstest suite test can fail due to "zpool destroy" returning EBUSY. We should fix this issue by updating the cleanup handler to handle this error, and retry the destroy operation.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit ad309d3e2ef712dfdf1bc08758f232ebd5fe1612
commit ad309d3e2ef712dfdf1bc08758f232ebd5fe1612 Author: Prakash Surya <prakash.surya@delphix.com> Date: 2017-01-12T03:06:12.000Z 7761 bootfs_005_neg's pool destruction must handle EBUSY Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions