Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SeaweedFS Remote Mount #8660

Merged
merged 19 commits into from Apr 11, 2024
Merged

SeaweedFS Remote Mount #8660

merged 19 commits into from Apr 11, 2024

Conversation

yashgorana
Copy link
Contributor

@yashgorana yashgorana commented Apr 3, 2024

Description

Closes https://github.com/OpenMined/Heartbeat/issues/1149

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

@yashgorana yashgorana self-assigned this Apr 3, 2024
packages/grid/seaweedfs/src/cli/s3config.py Fixed Show fixed Hide fixed
packages/grid/seaweedfs/src/mount.py Dismissed Show dismissed Hide dismissed
packages/grid/seaweedfs/src/mount.py Dismissed Show dismissed Hide dismissed
packages/grid/seaweedfs/src/mount.py Dismissed Show dismissed Hide dismissed
packages/grid/seaweedfs/src/mount.py Dismissed Show dismissed Hide dismissed
packages/grid/seaweedfs/src/mount.py Dismissed Show dismissed Hide dismissed
@@ -100,8 +104,6 @@ spec:
secretKeyRef:
name: {{ .Values.seaweedfs.secretKeyName | required "seaweedfs.secretKeyName is required" }}
key: s3RootPassword
- name: S3_PORT
Copy link
Collaborator

Choose a reason for hiding this comment

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

Q: Why did we remove the S3_PORT ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably, as there is no extra usefulness, is allowing users to customize this port?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not needed & not used. No point customizing the port as we're in a container environment and they can just port forward whatever to 8333

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You can still provide it as through backend.env in values.yaml

tox.ini Outdated Show resolved Hide resolved
@yashgorana yashgorana merged commit 05c0a61 into dev Apr 11, 2024
35 checks passed
@yashgorana yashgorana deleted the yash/seaweedfs-remote branch April 11, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants