Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-backend / pithos / backends / lib / hashfiler @ 40c0f66a

Name Size
__init__.py 1.6 kB
blocker.py 4.5 kB
context_file.py 5.5 kB
context_object.py 4.9 kB
fileblocker.py 7.3 kB
filemapper.py 3.8 kB
mapper.py 2.5 kB
radosblocker.py 6.8 kB
radosmapper.py 3.2 kB
store.py 3.1 kB

Latest revisions

# Date Author Comment
40c0f66a 02/03/2014 04:23 pm 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

89e32f26 02/03/2014 04:04 pm 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.

6872ae79 02/03/2014 04:02 pm 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.

185340e0 02/03/2014 04:00 pm Chrysostomos Nanakos

pithos: Remove 'create' flag from object context manager

4ab486a3 02/03/2014 03:59 pm 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...

d4e4e501 07/25/2013 12:46 pm Christos Stavrakakis

Merge branch 'hotfix-0.14.3' into develop

Conflicts:
Changelog
snf-astakos-app/astakos/im/messages.py
snf-pithos-app/pithos/api/manage_accounts/__init__.py
snf-pithos-app/pithos/api/management/commands/reconcile-resources-pithos.py
snf-pithos-app/pithos/api/settings.py...

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

pithos: pep8 fixes

57ccbdbf 07/15/2013 04:01 pm Filippos Giannakos

pithos: Add missing blocksize attribute to blocker.

Blocksize was undefined for the blocker that combines files and rados objecsts.
Define it, according to the block parameters.

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.

11c079c8 01/23/2013 06:12 pm Filippos Giannakos

Fix exception handling in RADOS blocker/mapper

Handle only KeyError exception in blocker/mapper initialization, and propagate
all other, as they indicate errors.

View revisions

Also available in: Atom