kdave
kdave
The memory usage scales with size of metadata, for a 100TB filesystem I'd say 11G is not that bad.
There's a benchmark program I used to evaluate the hashes (in git `crypto/hash-speedtest.c`) but what you suggest makes sense to me to allow evaluation on the end user systems. >...
The btrfs-progs package will provide only the fallback reference implementations, so it's portable and without any external dependencies. It's planned to add optional support for eg gcrypt or libsodium that...
I'm reconsidering this. People have asked for performance evaluation of the hashes and that the tool is just in git makes this less friendly. The reason why somebody wants to...
CircleCI does not seem to provide kernel newer than 4.15 either.
The CI environment is already virtualized, I'm not sure that nested virtualization would work, but if yes then it'd solve the problem.
I've check SempahoreCI and AppVeyor, same 4.15 kernel. It's sometimes hard to dig the details, but if it mentions Ubuntu LTSS 18, then it means 4.15.
Same for gitlab CI.
This looks very promising, thanks! The overall time seems to be log for the simple test-cli run (25 minutes). I think we don't need to build the kernel each time,...
The Tumbleweed kernel uses initrd that will be required to run qemu, and the initrd is usually created at kernel installation. For the CI run it can be pre-generated or...