]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: can not read zfs pool with slog removed
authorToomas Soome <tsoome@FreeBSD.org>
Fri, 26 Jun 2020 21:21:35 +0000 (21:21 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Fri, 26 Jun 2020 21:21:35 +0000 (21:21 +0000)
commitb93b14dc756861d543249f3d04b80809055fdd61
tree937b97de7d5c6c7a06f161b415d5e4b88636340f
parent4cee4598e7d7819ccc10eb353a33623fcbf84e09
loader: can not read zfs pool with slog removed

The vdev_init() does check for "known" vdev types, the [log] device removal will create "hole"
device, but vdev_init() does not allow it.

Obtained from: illumos
MFC after: 1 week
stand/libsa/zfs/zfsimpl.c