Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-backend / pithos @ d6eb0143

Name Size
  backends
__init__.py 1.7 kB

Latest revisions

# 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.

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...

0c6ab9df 02/20/2014 06:40 pm Sofia Papagiannaki

pithos: Fix TypeError when listing over-populated containers

Update tests

Refs: #5119

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.

73c37386 01/29/2014 01:41 pm Sofia Papagiannaki

pithos: Database data migration for the plankton properties.

0d573e18 01/14/2014 05:46 pm Sofia Papagiannaki

pithos: Reduce database interactions for access control.

Each frontend method calls several backend methods.
Each backend method checks whether the user has permission to access the
specific path.
This results to several identical queries to the database....

ec6f741b 12/23/2013 02:00 pm Sofia Papagiannaki

pithos: Reduce astakosclient instances

Use backend astakosclient instance to query the account quotas.

View revisions

Also available in: Atom