bhyve p2v VM移行

zfs

# -f をつけないで import を実行すると,次のような警告がでます.
# 新しいシステムに移行する前に,zpool export を実行しておけばでないようですが,
# 私の場合はだいたい実行し忘れているので毎回こうなってます.
$ sudo zpool import storage
cannot import 'storage': pool was previously in use from another system.
Last accessed by <unknown> (hostid=0) at Mon Jun  1 01:09:50 2020
The pool can be imported, use 'zpool import -f' to import the pool.
 
$ sudo zpool import storage -f

https://rabbit-note.com/2020/06/02/zfs-export-import/

zpool import
zpool import -f zroot
zpool import -f -F zroot

https://forums.freebsd.org/threads/zfs-freebsd-rescue-mode-cant-see-all-files.63151/