bfs
bfs copied to clipboard
Can't change mount_point owner
when i use bfs_mount to mount the bfs in a directory success ,but when i chown the directory ,the command do nothing, so just the mount user can access the diretory, other user shows permission denied. How can i fix the problem? tks
chown
should be provided by function bfs_chown
in fuse/bfs_mount.cc
But it has not been implemented yet.
Does any plan to implement the bfs_chown?
@yvxiang
And another qustion i'd like to ask ,how can I guarantee the different replications in different data center, does some configurations to define the server location or some other mechanism to guarantee ? thks