On Tue, 18 Jun 2013, Giuseppe 'Gippa' Paterno' wrote: > Hi John, > apologies for the late reply. The librados seems quite interesting ... > > Actually no. I'll write up an API doc for you soon. > > > > sudo apt-get install python-ceph > > > > import rados > > I wonder if I can ake python calls to interact with the object store > (say: cephfs.open() mkdir() ....) directly without involving radosgw. > I guess the C libs are there if you can mount it using fuse ... There is a libcephfs library to interact directly with cephfs without a mount, but I don't think there are python bindings for it yet. librados bypasses cephfs and talks directly to the object store (and doesn't understand directories). For many applications, though the object API is more than sufficient. sage _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com