Nikita Ofitserov

Results 27 comments of Nikita Ofitserov

> `LZ4HC_HEAPMODE` already allocates this structure on the heap, and the allocation functions are redirectable. Thanks, I'm aware of the `LZ4HC_HEAPMODE`. But at least for the filesystem use cases in...

The fundamental reason would be rust-lang/rust#130668: the `TcpListener::bind` API has no way of setting `IPV6_V6ONLY` socket option, so a platform-specific default is used. So the behavior is unfortunately inconsistent: on...

Which kernel version were you using with bcachefs? Is it possible to get an `strace` log of the failing `DirectoryTreeTest.*` cases in `aws-cpp-sdk-core-tests` from this environment? Also, the filesystem test...

I now believe that this is the same issue as #928, missing Large File Support when compiling aws-cpp-sdk on 32-bit NixOS.

I saw that the NixOS way to enable kernel debug info would be to set `boot.kernel.features.debug = true` in the system configuration, and then to reboot into the newly built...

Additionally online fsck should probably be automatically interrupted on FS going RO/into shutdown.

Can you take a metadata dump (`bcachefs dump`) while the FS is not mounted and in a state where the next offine FSCK will log those errors, and join the...

What exactly is the issue you are reporting? Just the wrong progress reporting for the "dropping metadata" step of the device removal? Or there are some other problems with it?...

Where are you seeing a degraded mount, though? From the logs above the filesystem mounted by the UUID just fine? Also please provide `blkid` output too, and dmesg logs from...

The fact that `bcachefs show-super` could not find the hdd.ironwolfA device in one case may indeed indicate a problem with blkid, that is why I explicitly requested you to provide...