zpool inport not zfs

This commit is contained in:
benoit 2020-11-04 06:07:26 +00:00
parent dc0ac345ad
commit c1a30bfe97
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ zfs set sharenfs="rw=@10.0.1.0/24" local/home
zfs share local/home
zfs get sharenfs
# Import pool after boot/cryptsetup Open
zfs import local
zpool import local
zfs snapshot local/containers/archive@backup
zfs list -t snapshot
zfs send local/containers/archive@backup | ssh zfs@10.0.1.1 sudo zfs recv local/lxd00/containers/archive