-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Type: DefectIncorrect behavior (e.g. crash, hang)Incorrect behavior (e.g. crash, hang)
Description
System information
Type | Version/Name |
---|---|
Distribution Name | Arch |
Distribution Version | Current |
Kernel Version | 6.6 |
Architecture | amd64 |
OpenZFS Version | 2.2.7 (built into the kernel binary) |
Describe the problem you're observing
A pool atop an encrypted volume residing on a ZVOL always fails to export after upgrading 2.2.7 despite none of its datasets being mounted. Pool is imported with -t
as its actual name clashes with an existing pool in the host (rpool
):
Describe how to reproduce the problem
- Decrypt the dm-crypt partition on the ZVOL
- import the zpool within it using a temporary pool name -
-t
flag and mount prefix (-R
) - chroot into the FS, run updates, exit the chroot
- unmount the datasets mounted during import
- try to export the pool
Include any warning/errors/backtraces from the system logs
cannot export 'temp-name-pool': pool is busy
Metadata
Metadata
Assignees
Labels
Type: DefectIncorrect behavior (e.g. crash, hang)Incorrect behavior (e.g. crash, hang)