[Gluster-users] Mount Gluster on Block Device?

2016-02-24 Thread Samuel Hall
Hi, I have a block device at /dev/blkdev. Does Gluster have some kind of function to mount it on this block device? Kind regards Samuel ___ Gluster-users mailing list Gluster-users@gluster.org http://www.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] FUSE fuse_main

2016-02-10 Thread Samuel Hall
Hello everyone, I am trying to find where FUSE is initialized and the fuse_main function is called by Gluster. Normally the call by File-Systems using FUSE looks like this: int main(int argc, char *argv[]) { .. return fuse_main(argc, argv, _oper, NULL); } I can't find any