Actions
Bug #4521
closedzfstest is trying to execute evil "zfs unmount -a"
Start date:
2014-01-23
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
zfstest is trying to execute evil "zfs unmount -a", which fails (fortunately, as it would otherwise leave me with my ~ missing):
03:44:11.86 cannot unmount '/export/home/yuri': Device busy cannot unmount '/export/home': Device busy 03:44:11.86 ERROR: /usr/sbin/zfs unmount -a exited 1
This affects, at least, zfs_mount_009_neg and zfs_mount_all_001_pos, both failing on that step. The pool containing the /export/home hierarchy is included in KEEP variable, but it doesn't seem to affect anything here.
Updated by Yuri Pankov over 7 years ago
- Status changed from New to In Progress
- Assignee set to Yuri Pankov
- % Done changed from 0 to 50
- Difficulty changed from Medium to Bite-size
- Tags deleted (
needs-triage)
Updated by Yuri Pankov over 7 years ago
- Status changed from In Progress to Pending RTI
- % Done changed from 50 to 90
Updated by Electric Monk over 7 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 90 to 100
git commit 8808ac5dae118369991f158b6ab736cb2691ecde
commit 8808ac5dae118369991f158b6ab736cb2691ecde Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2016-02-22T16:20:39.000Z 4521 zfstest is trying to execute evil "zfs unmount -a" Reviewed by: Andriy Gapon <avg@FreeBSD.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions