Open lhuedepohl opened 2 years ago
FYI: With the work-around mentioned in the old spl issue linked above, the pool becomes usable again. I will now save also the last few changes since the last backup was sent - as I even can create new snapshots and send increments - and then will re-create the pool afresh.
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions.
System information
Describe the problem you're observing
By erroneously supplying an empty snapshot name to a zfs-program lua script I discovered it is apparently possible that way to create snapshots with an empty name, e.g. by effectively doing an
zfs.sync.snapshot("rpool@")
.This then causes any ZFS operation to lock-up. An error message is printed
Describe how to reproduce the problem
Log messages
A stack-trace is shown in dmesg, as soon as the zfs list command is issued (I think):
Then only messages like this get repeated:
Questions
zfs.sync.snapshot
from creating empty snapshot names