pithos: Move Xseg Pool initialization
Move Xseg Object Pool initialization to hashfiler module
pithos: Add snf-image support
pithos: Add default Archipelago config file
Add new constant ArchipelagoConfFile for the default Archipelagoconfig file. Set ArchipelagoConfFile after calling setupXsegPoolfunction.
pithos: Use new ArchipelagoConfFile constant
Remove BACKEND_ARCHIPELAGO_CONF and use the new ArchipelagoConfFileintroduced in WorkerGlue class.
pithos: New constants in ModularBackend class
Introduce new constants archipelago_conf_file and xseg_pool_sizein ModularBackend class. The new constant DEFAULT_ARCHIPELAGO_CONF_FILEis set in the default path '/etc/archipelago/archipelago.conf'.
Create the XSEG Object Pool while initializing ModularBackend class.
pithos: Use synnefo.settings in backend/__init__.py
pithos: pep8 fixes
pithos: Change relative import "base"
Relative import "base" should be "pithos.backends.base"
pithos: Remove unused import objpool
pithos: Do not put xseg request before map retrieval
During map_retr_archipelago, we should not put the xseg request which fetchedthe map data, before actually retrieving them.
The ctypes "from_address" method, does not copy the data where the pointerpoints. It simply creates a ctypes instance using the given memory. Ctypes...
View revisions
Also available in: Atom