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

mfsmaster register error: No such file or directory #557

Open
xiaojun90713 opened this issue Oct 30, 2023 · 3 comments
Open

mfsmaster register error: No such file or directory #557

xiaojun90713 opened this issue Oct 30, 2023 · 3 comments

Comments

@xiaojun90713
Copy link

xiaojun90713 commented Oct 30, 2023

The mfsexports.cfg of configuration information is as follows:
* /test rw,alldirs,admin,maproot=0:0
and running systemctl reload moosefs-master
But runing mfsmount /data/mfs -H mfsmaster -S /test and the error is as follows:
mfsmaster register error: No such file or directory

I spent a long time looking for a solution but found none, please help me...

@xandrus
Copy link
Member

xandrus commented Oct 30, 2023

Hi,
please check mfsmount -h!
The correct mfsmount command should look like this:
mfsmount [HOST[:PORT]:[PATH]] [options] mountpoint

Mount point is the last parameter so in you case command should look like this:
mfsmount -H mfsmaster -S /test /data/mfs

@xiaojun90713
Copy link
Author

Thank you for your reply, but the error is still the same.

@xandrus
Copy link
Member

xandrus commented Oct 30, 2023

Note that the 'test' folder should exist on the cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants