Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-backend / pithos / backends / lib / hashfiler / radosblocker.py @ 3d875ca3

History | View | Annotate | Download (6.9 kB)

# Date Author Comment
d6eb0143 02/25/2014 11:07 am Chrysostomos Nanakos

pithos: Remove 'create' flag from RADOS blocker/mapper

RADOS blocker and mapper do not use the 'create' flag to specify
the access mode to RADOS objects.

6321fedb 02/07/2014 11:56 am Filippos Giannakos

pithos: Fix excessive RADOS threads.

When a RADOS ioctx is acquired, new threads are spawn in the background by
librados. Make sure we do not instantiate multiple RADOS ioctx, but instantiate
only one and reuse it.

29148653 07/17/2013 11:41 am Sofia Papagiannaki

pithos: pep8 fixes

e3a9d32a 01/29/2013 04:44 pm Filippos Giannakos

Remove automatic RADOS pool creation.

If a specified RADOS pool does not exist, do not try and create it. Throw an
exception instead.

df8debbb 11/26/2012 04:21 pm Filippos Giannakos

fix pool creation

c30635bf 11/23/2012 06:25 pm Filippos Giannakos

add support to store blocks on RADOS