Chris Lu
Chris Lu
how often is this recursive listing needed? For registry, most read operations should be lookup by the hash.
SeaweedFS uses Go’s crypto/aes package for AES256. It uses Go's standard crypto packages, which are not FIPS 140-2 validated unless you build with a FIPS-capable Go toolchain (e.g., using BoringCrypto)
@neilisaur Thanks! Send a PR?
Good point about the volume server health check. When assigning volumes, the master does not check volume server health, but just relying on information reported by volume servers. If the...
It would be nice to have this as an integration test, to help debugging and prevent regression.
added https://github.com/seaweedfs/seaweedfs/pull/7118
right. in the coming weekend.
@hrocha1 could you make this reproducible in some docker container, for easier testing and debugging? The seaweedfs cluster can be an external one.
please save and share metadata from `weed shell` ``` > fs.meta.save /buckets/* -o temp.meta ```
The configuration format will change soon.