Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-backend / pithos / backends / lib @ 8421a8c3

Name Size
  hashfiler
  rabbitmq
  sqlalchemy
  sqlite
__init__.py 0 Bytes

Latest revisions

# Date Author Comment
8421a8c3 02/25/2014 12:31 pm Chrysostomos Nanakos

pithos: pep8 fixes

14c9e061 02/25/2014 11:13 am Chrysostomos Nanakos

pithos: Do not make non existent directories when reading mapfiles

3d875ca3 02/25/2014 11:08 am Chrysostomos Nanakos

pithos: Remove 'create' flag from the mapper

The file access mode is now chosen from the file mapper or blocker
according to the function that is being used, i.e., read or write
an object.

Refs #5011

6f08f063 02/25/2014 11:08 am Chrysostomos Nanakos

pithos: Add new read/write file object functions

Add new functions for reading and writing file objects based
on the new file access mode introduced in the file context manager.

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.

bba357e7 02/25/2014 11:07 am Chrysostomos Nanakos

pithos: Remove 'create' flag from object context manager

c3ec3b3b 02/25/2014 11:07 am Chrysostomos Nanakos

pithos: Add new access mode flag to file context manager

Remove old create flag that was used for choosing the access mode.
New flag 'oflag' determines the mode in which the file has to be
opened, i.e., read, write or both. Applications shall specify exactly...

9b595ecc 02/07/2014 03:10 pm Sofia Papagiannaki

pithos: Pep8 fixes

3ccbbca8 02/07/2014 02:41 pm Sofia Papagiannaki

pithos: Create index on nodes.latest_version

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.

View revisions

Also available in: Atom