Actions
Bug #3744
closedzfs shouldn't ignore errors unmounting snapshots
Start date:
2013-04-23
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
zfs_unmount_snap() is currently void. We should, at minimum, return an error when one occurs internally, and if feasible, bubble it up from the caller.
Updated by Christopher Siden about 9 years ago
- Category set to zfs - Zettabyte File System
- Status changed from New to Closed
- Assignee set to Christopher Siden
- % Done changed from 0 to 100
commit fc7a6e3 Author: Will Andrews <will@firepipe.net> Date: Tue Jun 11 10:13:43 2013 3744 zfs shouldn't ignore errors unmounting snapshots Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
Actions