bfs icon indicating copy to clipboard operation
bfs copied to clipboard

Can't change mount_point owner

Open accumulatepig opened this issue 6 years ago • 3 comments

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

accumulatepig avatar Apr 25 '18 12:04 accumulatepig

chown should be provided by function bfs_chown in fuse/bfs_mount.cc But it has not been implemented yet.

yvxiang avatar Apr 26 '18 02:04 yvxiang

Does any plan to implement the bfs_chown?

accumulatepig avatar Apr 26 '18 02:04 accumulatepig

@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

accumulatepig avatar Apr 26 '18 02:04 accumulatepig