Hah! Nice way to invoke Cunningham's Law ;) > how does cephfs export storage to client? Ceph exports storage via it's own protocol... the RADOS protocol for object IO and a sort of "CephFS" protocol to overlay filesystem semantics on top of RADOS. Ceph doesn't use NFS or iSCSI itself -- clients "mount" CephFS using the Ceph kernel or FUSE client. It is however possible to re-export a mounted CephFS filesystem using another protocol like NFS or SMB/CIFS. And it is also possible to reexport a Ceph "RADOS Block Device" (RBD) using the iSCSI protocol. In all of these "re-export" cases some non-Ceph software is used to do the exporting. Hope that helps, Dan On Mon, Jun 22, 2015 at 10:28 AM, Timofey Titovets <nefelim4ag@xxxxxxxxx> wrote: > cephfs is just fs, like ext4 and btrfs & etc. > > But you can export it by NFS or Samba share. > P.S. I did test NFS kernel implementation and NFS-ganesha, both have > stability problems in my tests (strange deadlocks). > > 2015-06-22 11:16 GMT+03:00 Joakim Hansson <joakim.hansson87@xxxxxxxxx>: >> Hi list! >> I'm doing an internship at a company looking to start using ceph. >> My question is quite simple; how does cephfs export storage to client? >> What protocol is used (NFS, iscsi etc.)? >> The only thing I've managed to find is this: >> http://docs.ceph.com/docs/cuttlefish/faq/ which state "Ceph doesn’t export >> CephFS via NFS or Samba" >> I have googled this for the past few days, but either I'm missing something >> (highly probable), or my google skills are lacking. >> I am new to ceph and distributed filesystems so a noob-friendly answer or >> nudge in the right direction would be much appreciated. >> >> Anyway, thanks in advance! >> >> - Peace >> >> _______________________________________________ >> ceph-users mailing list >> ceph-users@xxxxxxxxxxxxxx >> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >> > > > > -- > Have a nice day, > Timofey. > _______________________________________________ > ceph-users mailing list > ceph-users@xxxxxxxxxxxxxx > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com