alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

mount command: alluxio fs mount /local file:///tmp option MountContext{ProtoOptions=readOnly: false

Open fantastic2085 opened this issue 5 months ago • 5 comments

Alluxio Version: What version of Alluxio are you using? image

Describe the bug A clear and concise description of what the bug is. image

To Reproduce Steps to reproduce the behavior (as minimally and precisely as possible) 1.alluxio cluster image image

  1. another Server IP: image image

  2. in ip= 10.119.104.12 mkdir /tmp/alluxio ---> local path ./alluxio fs mkdir /local ./alluxio fs mount /local file:///tmp/alluxio

4.ip = 10.119.104.12 system info image

  1. ip = 10.119.103.61 ~ 62 system info image

Expected behavior A clear and concise description of what you expected to happen. The mount command is executed successfully

Urgency Describe the impact and urgency of the bug.

Are you planning to fix it Please indicate if you are already working on a PR.

Additional context Add any other context about the problem here.

fantastic2085 avatar Feb 04 '24 01:02 fantastic2085

Can you give more alluxio cluster configuration to help us to diagnose this issue?

YichuanSun avatar Feb 08 '24 07:02 YichuanSun

If you want to mount a Ufs Path to an Alluxio Path, please do not create the corresponding dir. As this case, before mounting the file:///tmp/alluxio to /local, make sure /local is not exist in Alluxio namespace. @fantastic2085

YichuanSun avatar Feb 08 '24 09:02 YichuanSun

If you want to mount a Ufs Path to an Alluxio Path, please do not create the corresponding dir. As this case, before mounting the file:///tmp/alluxio to /local, make sure /local is not exist in Alluxio namespace. @fantastic2085

local does not exist. @YichuanSun image

fantastic2085 avatar Feb 19 '24 02:02 fantastic2085

Can you give more alluxio cluster configuration to help us to diagnose this issue? alluxio cluster configuration @YichuanSun

image

fantastic2085 avatar Feb 19 '24 02:02 fantastic2085

If you want to mount a Ufs Path to an Alluxio Path, please do not create the corresponding dir. As this case, before mounting the file:///tmp/alluxio to /local, make sure /local is not exist in Alluxio namespace. @fantastic2085

local does not exist. @YichuanSun image

The error shows "/tmp/alluxio does not exist.", how about "file:///tmp/alluxio"? Is there a local directory "/tmp/alluxio"?

YichuanSun avatar Feb 19 '24 02:02 YichuanSun