Richard Laager
Richard Laager
I think fuzzing is great. I don't fully understand these changes, but I don't see anything scary/wrong on a read-through. @selsky (hopefully that's the right GitHub account), any thoughts on...
@richardelling I think everyone agrees that ignoring the error is better than destroying data. Do you agree that fixing the data (when possible) is better than ignoring the error? If...
@aletus You cannot update a checksum (or by extension anything else) in an existing ZFS block. That is fundamentally part of how ZFS works. The change being requested here is...
Systemd umounts dataset under encrypted root because it thinks the encryption root key is not loaded
@crazybert You said your setup is pretty stock. Steps to reproduce this would help a lot. In the original report, there was the following systemd log message: var-lib-docker.mount: Unit is...
Systemd umounts dataset under encrypted root because it thinks the encryption root key is not loaded
@crazybert Am I correct in understanding that, in the real world scenario (not just testing), it goes like this: Steps to reproduce: 1. Install Ubuntu 22.04 Root-on-ZFS. (That may not...
As a workaround, you can use something like this (sub in whatever you want for the log directory) in a systemd drop-in file (e.g. `/etc/systemd/system/heplify-server.service.d/log.conf`): ``` [Service] WorkingDirectory=/var/log/homer ```
If I were you, I'd start with a much simpler setup first. For example, play around in a VM. Work the steps once for a single disk. This will prove...
The pool failing to export is something that seems relatively reproducible these days, at least on 22.04 (which I did some testing with recently). I haven't yet found a good...
I only skimmed it, but that looks like a nice script. I've seen a few other examples over the years. Part of me wonders if I should give up maintaining...
I don't use this functionality, so I can't really say. Here are some suggestions on how to research this: * Look at `/usr/share/initramfs-tools/scripts/zfs` * Edit that file, add a `set...