zpool inport not zfs
This commit is contained in:
parent
dc0ac345ad
commit
c1a30bfe97
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ zfs set sharenfs="rw=@10.0.1.0/24" local/home
|
||||||
zfs share local/home
|
zfs share local/home
|
||||||
zfs get sharenfs
|
zfs get sharenfs
|
||||||
# Import pool after boot/cryptsetup Open
|
# Import pool after boot/cryptsetup Open
|
||||||
zfs import local
|
zpool import local
|
||||||
zfs snapshot local/containers/archive@backup
|
zfs snapshot local/containers/archive@backup
|
||||||
zfs list -t snapshot
|
zfs list -t snapshot
|
||||||
zfs send local/containers/archive@backup | ssh zfs@10.0.1.1 sudo zfs recv local/lxd00/containers/archive
|
zfs send local/containers/archive@backup | ssh zfs@10.0.1.1 sudo zfs recv local/lxd00/containers/archive
|
||||||
|
|
Loading…
Reference in a new issue