-
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
OpenZFS 2.2.7 - cannot mount with zfs mount -v -l
and no error message is printed
#17033
Comments
zfs mount -v -l
and no error message is printed
I found out by using
and it seems related to
And I'm wondering if it fails to mount on boot because of If I remove the entry and restart, Can I prevent it from being entered into the list.cache? |
Setting |
My conclusion so far is that:
I have a theory that maybe
which seems to interfere when trying to run I got it to work by running
but boot time (IIUC) is still much slower. Perhaps the |
Setting This in turn made it possible to mount manually using
which is fine, |
System information
Describe the problem you're observing
I have created a pool with encryption, and normal dataset, e.g. mypool/normal. This pool is unlocked at boot.
I have also created a separate dataset on this pool with a different encryption key, e.g. mypool/mydataset.
I'm unable to mount this dataset, but there are no error messages.
Is it problematic that I used a different encryption on the pool and on the dataset? I read that if not set, it just inherits the encryption, so it's perfectly fine to encrypt the dataset differently?
Scrub returns no errors.
returns nothing.
There are no messages in dmesg.
It creates the mount directory (/mnt/mypool/mydataset), but it remains empty.
and
zfs get mounted mypool/mydataset
returnsmounted no
.keystatus is
available
I'm unsure how to debug this problem.
The bug I would report is that
zfs mount -v
doesn't return any message despite being supposed to be verbose?Describe how to reproduce the problem
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: