mabod
mabod
> I'm root on ZFS as well, so this dependency is useless (from what I'm reading) since I wouldn't be booting unless the relevant pools were already online. It also...
Is this issue being worked on? The exposed `zfs_vdev_open_timeout_ms` variable is not a solution. Not even a workaround. When I mask `systemd-udev-settle.service` and set `zfs_vdev_open_timeout_ms=30000` (30 s) none of my...
@rev1akarevv1e : This is not a solution but a workaround. zfs-import-cache.service should work without the need to edit it. By the way, your are referring to "disk mapping services". What...
I tested this and it works fine. No message like "module license 'CDDL' taints kernel." anymore in the journal. I added a patch to my zfs-dkms PKGBUILD which replaces CDDL...
I have a question for the experts. Someone can patch the kernel to replace EXPORT_SYMBOL_GPL with EXPORT_SYMBOL. What happens if this person distributes this patched kernel as binary and source...
First of all, I am just thinking out loud here. The idea would be to provide a binary kernel for a given distro. And creating the patched source code is...
I can confirm that this happens also to me. zfs core dump during send/receive: It happens here if sender has resordsize 128k and receivers has recordsize 1M: ``` # zfs...
Am Sonntag, dem 04.12.2022 um 05:38 -0800 schrieb George Amanakis: > As far as I can see #13782 is not included in 2.1.7. Is it possible > to retry with...
I did a full test again, but reverting the patch did not help. At least, what I found, reverting this patch prevents a complete freeze of the pool. But I...
I could do that but I need some help. I am not a programmer resp. git expert. I need guidance on this. I have a couple of questions to start...