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

Fix alluxio-fuse umount help message #18505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

secfree
Copy link
Contributor

@secfree secfree commented Feb 2, 2024

What changes are proposed in this pull request?

Fix alluxio-fuse umount help message

Why are the changes needed?

The current help message is misguiding. Please check the below case

$ ./dora/integration/fuse/bin/alluxio-fuse umount mnt
...
Terminating 3315520..........................................................
[2024-02-02T10:33:28+0800]: Failed to kill fuse process [3315520] after 60 seconds.
Run "alluxio-fuse umount -f mount_point" if needed to forcibly kill the alluxio fuse process and fuse mount point.

$ ./dora/integration/fuse/bin/alluxio-fuse umount -f mnt
basename: invalid option -- 'f'
Try 'basename --help' for more information.

putting "-f" after the mount_point parameter is ok

$ ./dora/integration/fuse/bin/alluxio-fuse umount mnt -f
Forcibly killed fuse process 3315520

Does this PR introduce any user facing changes?

NO

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.

None yet

1 participant