> Hi,
> 
> Is it possible to have more than one CephFS filesystem per Ceph cluster?
> 
> In the default configuration, a ceph cluster has got only one filesystem, and
> you can mount that or nothing. Is it possible somehow to have several
> distinct
> filesystems per cluster, preferably with access controls that could make ist
> possible for one user to access only one filesystem and not the other?
> 

Maybe not exactly the answer you are looking for, but you can pass the -r <root 
dir> option to ceph-fuse and that will mount that directory as the root of the 
fs, so in my ceph fs I have a directory called /installmedia, and I mount that 
on /var/installmedia, so I do:

ceph-fuse -r /installmedia /var/installmedia

James

_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to