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

Configurable fuse mount path #92

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

ssz1997
Copy link
Collaborator

@ssz1997 ssz1997 commented Dec 1, 2023

Add configurable fuse mount path for fuse. Fix metastore type.

@@ -118,7 +118,7 @@ data:
volumes:
- name: alluxio-fuse-mount
hostPath:
path: {{ $hostMountPath }}
path: {{ .Values.fuse.hostPathForMount | dir }}
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need a default value for this?

Copy link
Collaborator Author

@ssz1997 ssz1997 Dec 4, 2023

Choose a reason for hiding this comment

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

.Values.fuse.hostPathForMount is default to /mnt/alluxio/fuse specified in Helm chat file values.yaml

@ssz1997 ssz1997 merged commit 775456e into Alluxio:main Dec 4, 2023
1 check passed
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