Alluxio / alluxio

Alluxio, data orchestration for analytics and machine learning in the cloud
https://www.alluxio.io
Apache License 2.0
6.87k stars 2.94k forks source link

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 7 months ago

yangzz-97 commented 7 months ago

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 commented 7 months ago

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

jasondrogba commented 7 months ago

you can look this, https://github.com/Alluxio/alluxio/issues/17135

yangzz-97 commented 7 months ago

Is there a solution? Or repair plan