Skip to content

seaweedfs: init#689

Open
kashw2 wants to merge 1 commit into
juspay:mainfrom
kashw2:seaweedfs-init
Open

seaweedfs: init#689
kashw2 wants to merge 1 commit into
juspay:mainfrom
kashw2:seaweedfs-init

Conversation

@kashw2
Copy link
Copy Markdown
Contributor

@kashw2 kashw2 commented May 30, 2026

Adds SeaweedFS. A MinIO alternative

Comment thread nix/services/seaweedfs_test.nix Outdated
Comment thread nix/services/seaweedfs.nix Outdated
@shivaraj-bh
Copy link
Copy Markdown
Member

just a meta note: good to see an alternative since I had to 64f5794

Comment thread nix/services/seaweedfs.nix Outdated
# Below generates curl checks for all endpoints separated by &&
lib.concatStringsSep " && " (
[
(check "http://${config.host}:${toString config.master.port}/cluster/status")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upstream e2e docker image uses /cluster/healthz and /healthz (for volume). https://github.com/seaweedfs/seaweedfs/blob/38a47d1dd39a024d6d32fe5a934c73d93b943859/docker/compose/e2e-mount.yml#L8

any reason /status is used here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my original implementation I was trying to have more sophisticated tests that involved more than just testing if a request succeeded and checking responses with grep. It might have been something from then that continued to work after I abandoned that decision in favor of just testing against whether or not a request worked or not. I'll swap it to be inline with upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants