Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (7 kB)

# Date Author Comment
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