You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested both on zfs-2.2.99-137-g4b326b9b92-dirty & zfswin-2.2.3rc3
Describe the problem you're observing
After properly unmounting all via zfs umount -a, just tried to export it using zpool export -a, looks like the ZFS driver hangs and zpool command hangs indefinitely.
It doesn't matter how long the pool has been mounted or how much data has been written to it.
A reboot is needed for ZFS to work again;
Any execution of zfs.exe and zpool.exe commands will hang (kstat.exe will still work) and you'll not be able to kill them using taskkill (/f)
Tried to delete all related drivers, registry configuration, zpool.cache file, then insalled latest build (zfs-2.2.99-137-g4b326b9b92-dirty), but still hangs during export.
Describe how to reproduce the problem
executing zpool export -a / zpool export
Tried with zpool export -f too, didn't work.
After a restart, pool will be (cleanly) exported and you will be able to import it again
// hanged twice during import, but it doesn't seem to fail any more.
Include any warning/errors/backtraces from the system logs
At first it was possible to export without problems, but as more data sets were added and filled, it was no longer possible to properly export:
after executing zpool export, those command will hang indefinitely.
However, system will still work without any issues rather than having zfs not working.
After executing a system shutdown/restart, pool seems to be properly exported (==clean status)
The text was updated successfully, but these errors were encountered:
System information
Describe the problem you're observing
After properly unmounting all via zfs umount -a, just tried to export it using zpool export -a, looks like the ZFS driver hangs and zpool command hangs indefinitely.
It doesn't matter how long the pool has been mounted or how much data has been written to it.
A reboot is needed for ZFS to work again;
Any execution of zfs.exe and zpool.exe commands will hang (kstat.exe will still work) and you'll not be able to kill them using taskkill (/f)
Tried to delete all related drivers, registry configuration, zpool.cache file, then insalled latest build (zfs-2.2.99-137-g4b326b9b92-dirty), but still hangs during export.
Describe how to reproduce the problem
executing zpool export -a / zpool export
Tried with zpool export -f too, didn't work.
After a restart, pool will be (cleanly) exported and you will be able to import it again
// hanged twice during import, but it doesn't seem to fail any more.
Include any warning/errors/backtraces from the system logs
Pool was created with this command:
At first it was possible to export without problems, but as more data sets were added and filled, it was no longer possible to properly export:
after executing zpool export, those command will hang indefinitely.
However, system will still work without any issues rather than having zfs not working.
After executing a system shutdown/restart, pool seems to be properly exported (==clean status)
The text was updated successfully, but these errors were encountered: