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

On an arm environment, you can use alluxi-fuse to mount directories, but you cannot perform some command operations on directories, such as the cd and ls commands #18576

Open
yangzz-97 opened this issue Apr 15, 2024 · 3 comments
Labels
area-fuse Alluxio fuse integration type-bug This issue is about a bug

Comments

@yangzz-97
Copy link

Alluxio Version:
alluxio-2.9.3

Describe the bug
On an Arm64 environment, you can use alluxi-fuse to mount directories, but you cannot perform some command operations on directories, such as the cd and ls commands

To Reproduce
1、Execute a command:${ALLUXIO_HOME}/bin/alluxio-start.sh local Mount
2、Execute a command:${ALLUXIO_HOME}/bin/alluxio fs mkdir /people
3、Execute a command:sudo mkdir -p /mnt/people 、sudo chown $(whoami) /mnt/people 、chmod 755 /mnt/people
4、Execute a command:${ALLUXIO_HOME}/integration/fuse/bin/alluxio-fuse mount /mnt/people /people
5、Execute a command:ls /mnt/people/ or cd /mnt/people

Actual result:
ls: cannot access '/mnt/people': Input/output error

Expected behavior
The ls command is executed successfully

Urgency
exigency

Are you planning to fix it
NA

Additional context
NA

@yangzz-97 yangzz-97 added the type-bug This issue is about a bug label Apr 15, 2024
@yangzz-97
Copy link
Author

@LuQQiu Help look at this problem, is it not supported on the Arm platform

@jasondrogba
Copy link
Contributor

you can look this, #17135

@jasondrogba jasondrogba added the area-fuse Alluxio fuse integration label Apr 17, 2024
@yangzz-97
Copy link
Author

Is there a solution? Or repair plan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-fuse Alluxio fuse integration type-bug This issue is about a bug
Projects
None yet
Development

No branches or pull requests

2 participants