Gerhard Röthlin
Gerhard Röthlin
I worked around this issue by adding a timeout to the display kitty reply checking code. It seems that in some situations, the reply gets lost or not sent by...
I have similar symptoms, on an encrypted single-ssd ubuntu 21.04 boot pool, using stock zfs from ubuntu's repos. Deleting the affected snapshots and scrubbing previously cleared the errors, but on...
@aerusso No, without a restart I got into the scrub-hang, and had to restart hard. Afterwards, the scrub finished, and several of the errors vanished. The rest of the errors...
I've since added redundancy to my pool (it's now a mirror with two devices), and disabled autotrim. The snapshot corruption still happens. Still don't know what is causing it. And...
Hmm... for rollbacks, all I do is tell zfs to roll back for me. Does this also happen with the zfs commandline? Rolling back mounted datasets could be problematic. https://github.com/cbreak-black/ZFSWrapper/blob/136e03d0bbebd41b89ebd5e72301bee35105877f/src/ZFSUtils.cpp#L354-L364
Interesting... wonder what's broken there...
That's how it should already work. Auto-import candidates are filtered by which pools are already imported or have been exported. This list is cleared when the device itself vanishes, so...
Hmm... Or my code is just buggy :)
I found some problems with that code, but I haven't fixed it yet.
Hi, I just published https://github.com/cbreak-black/ZetaWatch/releases/tag/r46. It contains rewritten (and hopefully actually working reliably) auto importing code. Pools are now only forgotten as having been imported before when at least one...