alluxio
alluxio copied to clipboard
mount command: alluxio fs mount /local file:///tmp option MountContext{ProtoOptions=readOnly: false
Alluxio Version:
What version of Alluxio are you using?
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior (as minimally and precisely as possible)
1.alluxio cluster
-
another Server IP:
-
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
- ip = 10.119.103.61 ~ 62 system info
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.
Can you give more alluxio cluster configuration to help us to diagnose this issue?
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
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
Can you give more alluxio cluster configuration to help us to diagnose this issue? alluxio cluster configuration @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. @fantastic2085local does not exist. @YichuanSun
The error shows "/tmp/alluxio does not exist.", how about "file:///tmp/alluxio"? Is there a local directory "/tmp/alluxio"?