Richard Laager

Results 9 issues of Richard Laager

What was "ZFS on Linux" is now OpenZFS. The former OpenZFS repository is gone, and the tracking should refer to illumos (which they do not capitalize). Closes #86 ---- **TO...

[ ] add a link to each feature flag description in man page https://openzfs.github.io/openzfs-docs/man/5/zpool-features.5.html _Originally posted by @gmelikov in https://github.com/openzfs/openzfs-docs/issues/10#issuecomment-705081438_

> OpenZFS 2.0 code on FreeBSD doesn't support edonr. openzfs/zfs#9664 openzfs/zfs#9901 I don't know if there is a plan to fix it. That would make the current table a half-truth...

I would like an option for DPD (dead peer detection) to ignore ESP traffic. In short, what is happening is that, when using IPv6, stateful firewalls in the middle are...

enhancement

When a customer has too many routes, the looking glass displays a message like this: > The routing table t_0047_as5056 has too many routes to display in the web interface....

[BF] bird2: Remove stray whitespace when no MD5 When no MD5 password is set, there should not be extra whitespace. This is a minor thing right now, but its something...

The docsis20_stresstest is the only test failing for me at the moment. Debugging with this: ``` diff --git a/examples/Makefile.am b/examples/Makefile.am index 9fa000f..2802883 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -46,6 +46,7...

block/raw-posix.c has this code: #ifndef O_DIRECT #define O_DIRECT O_DSYNC #endif From what I can tell, that would turn cache=none behavior into that of cache=writethrough. mjt in #kvm suggested an alternative...

``` $ sudo python3 Python 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import parted >>> device =...