Replies: 1 comment 1 reply
-
My guess is that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
zfs version is:
zfs-0.8.6-1
zfs-kmod-0.7.5-1ubuntu16.12
According to the following steps to create the encrypted volume,but could not create volume
① To install the following commands to compile the installation ZFS
sudo tar -xvzf zfs-0.8.6.tar.gz
sudo cd zfs-0.8.6
sudo ./configure
sudo make
sudo make install
② truncate -s 100G /tmp/disk.img
zpool create zfspv-pool
sudo losetup -f /tmp/disk.img --show
③ zfs create -o encryption=on -o keyformat=passphrase -o keylocation=prompt zfspv-pool/enc
the error is : cannot create 'zfspv-pool/enc': Encryption feature not enabled.
④ I try to execute the following commands,but still cannot create encrypted volume
zpool set feature@encryption=enabled
Beta Was this translation helpful? Give feedback.
All reactions