-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04 beta encrypted files disappear #10221
Comments
As Ubuntu 20.04 gets updates I re-tested again. Currently used versions: root@fileserver:/home/michael# modinfo zfs | grep -iw version root@fileserver:/home/michael# modinfo spl | grep -iw version |
I suspect your encrypted datasets are just not mounted. Check the output of If the post-reboot terminal session you posted is complete, that's unsurprising; after loading the keys with |
Thank you very much. Sorry for the noise. This issue was not a ZFS issue. Closed. |
System information
Describe the problem you're observing
For benchmarking I create encrypted datasets and write a file with
dd
on it.After
shutdown -h now
and restarting the computer I have to manually import the pool and load the encryption keys. But, my benchmark file is not there anymore.It happened to me first on 2020/04/13 but I could reproduce it today (had no time before).
Describe how to reproduce the problem
Some comments about my setup.
It's my old AM2 fileserver with an Athlon X2 cpu and ECC DDR2 memory. Before upgrading to a new ZFS mirror on SATA drives I connected 2xWD Elements 10TB external harddisks to the USB3 PCIe card. My / is on EXT4 on an old ssd.
So, the benchmark files were there.
Then I
shutdown -h now
and restarted this morning.
So, the benchmark files in /mnt/daten2020/enc256ccm_2/ and /mnt/daten2020/enc256gcm_2/ are gone.
Why?
Include any warning/errors/backtraces from the system logs
I haven't seen warnings/errors.
Please ask for more details.
The text was updated successfully, but these errors were encountered: