Christoph Klaffl

Results 94 comments of Christoph Klaffl

@gebaltso there is regression with some libraries. I fixed it by using older versions: - add the following lines to "requirements.txt" ``` pydantic==2.8.2 pydantic-core==2.20.1 fastapi==0.112.4 ``` - run pip install...

@jimsalterjrs i think we can remove the whole send/recv check. zfs destroy will error out if the snapshot is in use and if we need to know the reason why...

@luispabon v2.2.0 doesn't have X whitelisted, you need to use the master version for now.

@jimsalterjrs made the necessary changes, this is now ready to be merged

thx for all the info, I found the issue and opened a PR fixing it

> > thx for all the info, I found the issue and opened a PR fixing it > > Please provide a link to the PR. It is already linked...

@deajan there are already multi thread options in the code like 'zstdmt-fast'