Giuseppe,
My apologies for the misunderstanding. I do have some information on
the librados API. There is a Python binding for the Ceph Filesystem
in the repository. For information on cloning the Ceph repository, see
http://ceph.com/docs/master/install/clone-source/
Once you clone the Ceph sour
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
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() ) direct
Actually no. I'll write up an API doc for you soon.
sudo apt-get install python-ceph
import rados
You can view the code by cloning the git repository.
http://ceph.com/docs/master/install/clone-source/
The source is in src/pybind/rados.py.
See http://ceph.com/docs/master/rbd/librbdpy/
The fir
Is using s3/swift emulation the only way to access object store with python?
On 06/11/2013 08:32 PM, John Wilkins wrote:
> Here are the libraries for the Ceph Object Store.
>
> http://ceph.com/docs/master/radosgw/s3/python/
> http://ceph.com/docs/master/radosgw/swift/python/
>
>
Here are the libraries for the Ceph Object Store.
http://ceph.com/docs/master/radosgw/s3/python/
http://ceph.com/docs/master/radosgw/swift/python/
On Tue, Jun 11, 2013 at 2:17 AM, "Giuseppe \"Gippa\" PaternĂ²"
wrote:
> Hi! Sorry for the dumb question, could you point me out to the Python
> APIs r