-
Notifications
You must be signed in to change notification settings - Fork 218
Docs: Block devices #252
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
Comments
Now blockdevice daemon always use '/' as a root path when it connects to master. So this is for me "feature request" :) |
I've just added option '-S' for block devices for specifying master subfolder. All client modules (mfsmount,mfsbdev and also libmfsio) use the same export rules defined in 'mfsexports.cfg', so yes - mfsbdev has to be allowed in mfsexports.cfg in the same way as mfsmount. |
@acid-maker extremely minor but there's a typo in the change-log for your commit. |
@dragon2611 - thanks :) |
Hm, I do not understand about mfsbdev. If I use standard mfsmount with fuse, then I simply mount moosefs , do work, change replica goals, etc... But I look manual about mfsbdev, and dont understand. Standard example: Mfsbdev can create block device from entire MooseFS and how to work with this? I look only option about file -f (where this file need stay? in /var/cluster/ mounted MooseFS) Or mfsbdev its a feature for mount different native file from other native file system from separate hdds (eg ext4) inside a subfolder in /var/cluster/block , where block = file on /dev/sde4 (ext4) ? Thanks. |
Is it possible to get better documentation around block devices, does it require the master to allow / to be mounted as I can't see a way of allowing for example /blockd to be used for block devices.
If i only allow a mount that is a subfolder mfsbdev start seems to fail.
The text was updated successfully, but these errors were encountered: