]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r305205: MFV r302657:
authormav <mav@FreeBSD.org>
Wed, 12 Oct 2016 05:13:12 +0000 (05:13 +0000)
committermav <mav@FreeBSD.org>
Wed, 12 Oct 2016 05:13:12 +0000 (05:13 +0000)
commitcb274e73515a0ec312d18ab8f4b522a0b8fc906b
tree807cb0fb98ac296e0b82b8d0766bd92a899bb08d
parent80968f056434a1fb0507c0573e005586bfc65edb
MFC r305205: MFV r302657:
4521 zfstest is trying to execute evil "zfs unmount -a"

illumos/illumos-gate@8808ac5dae118369991f158b6ab736cb2691ecde
https://github.com/illumos/illumos-gate/commit/8808ac5dae118369991f158b6ab736cb2
691ecde

https://www.illumos.org/issues/4521
  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.

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>
Author: Yuri Pankov <yuri.pankov@nexenta.com>
cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_config.c
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c