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

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

Open
fantastic2085 opened this issue Feb 4, 2024 · 5 comments
Labels
type-bug This issue is about a bug

Comments

@fantastic2085
Copy link

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 fantastic2085 added the type-bug This issue is about a bug label Feb 4, 2024
@YichuanSun
Copy link
Contributor

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

@YichuanSun
Copy link
Contributor

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

@fantastic2085
Copy link
Author

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
Copy link
Author

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

image

@YichuanSun
Copy link
Contributor

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"?

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

No branches or pull requests

2 participants