Downloadliste

Projektbeschreibung

S3QL is a file system that stores all its data online. It supports Amazon S3, Google Storage, and OpenStack and effectively provides you with a hard disk of dynamic, infinite capacity that can be accessed from any computer with Internet access. S3QL provides a standard, full featured Unix file system that is conceptually indistinguishable from any local file system. Additional features include compression, encryption, data de-duplication, immutable trees, and snapshotting, which make it especially suitable for online backup and archiving. The design favors simplicity and elegance over performance and feature-creep. Care has been taken to make the source code as readable and serviceable as possible. Solid error detection, error handling, and extensive automated test cases are provided.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-25 12:10
1.10

Die s3s, s3cs und Gss Backends wurden entfernt. Verwenden Sie stattdessen die neue--Ssl-Option zusammen mit der s3, s3c und gs-Backends. S3QL verfolgt der nicht mehr Konsistenz Garantien für verschiedene Backends. Die zunehmende Zahl der verschiedenen Speicher-Anbieter bietet verschiedene Regionen, Redundanz und Verfügbarkeit macht dies nicht mehr möglich. Das Benutzerhandbuch enthält einen neuen Abschnitt, "Wichtige Regeln zu vermeiden verlieren Daten". Lesen es wird dringend empfohlen.
Tags: Stable
The s3s, s3cs, and gss backends have been removed. Use the new --ssl option together with the s3, s3c, and gs backends instead. S3QL no longer keeps track of consistency guarantees for the different backends. The increasing number of different storage providers offering different regions, redundancy, and availability levels makes this no longer feasible. The User's Guide contains a new section, "Important Rules to Avoid Losing Data". Reading it is strongly recommended.

2012-01-22 11:16
1.9

Dieses Release macht Datei mal nicht mehr ändern beim Ändern der Systemzeitzone, behebt und verbessert die contrib/benchmark.p, Korrekturen der "zu viele verkettet Umleitungen" Bug Wiederholungen auf 5xx Serverfehler und experimentelle native Unterstützung für OpenStack/SWIFT-Servern und experimentelle Proxy-Unterstützung hinzugefügt.
Tags: Stable
This release makes file times no longer change when changing the system time zone, fixes and improves contrib/benchmark.p, fixes the "Too many chained redirections" bug, retries on 5xx server errors, and adds experimental native support for OpenStack/SWIFT servers and experimental proxy support.

2011-12-06 12:29
1.8

A "ValueError: kann nicht NULL-Werte dump" stürzt ab, wenn Metadaten des Dateisystems während der schweren Dateisystemaktivitäten hochgeladen wurde, wurde behoben. s3qlcp und Verzeichnisliste Leistung für sehr große Verzeichnisse wurden verbessert. Ein Rm-Leistungsverschlechterung wurde behoben. --Blocksize wurde umbenannt in--Max-Obj-Größe. Einige Abstürze, die unter stark gleichzeitige Datei Systemverwendung wurden behoben. Python-Llfuse 0,37 genutzt.
Tags: Stable
A "ValueError: Can't dump NULL values" crash when file system metadata was uploaded during heavy file system activity was fixed. s3qlcp and directory listing performance for very large directories were improved. An rm performance regression was fixed. --blocksize was renamed to --max-obj-size. Some crashes that happened under heavily concurrent file system usage were fixed. python-llfuse 0.37 is now used.

2011-11-28 07:22
1.7

Metadaten werden jetzt in einem benutzerdefinierten, Delta-codierte Binärformat gespeichert, und Inodes sind sequenziell zugeordnet und nicht wiederverwendet werden. Auf diese Weise S3QL vollständig NFS-kompatibel. s3qlcp jetzt auch erweiterte Attribute kopiert und nicht mehr generiert inkorrektes Block Referenzzähler beim Kopieren einer Datei hat identische Blöcke. Dieses Release beseitigt eine Race Condition im s3qlcp. Beim Kopieren einer Datei mit s3qlcp sofort, nachdem es geändert oder erstellt wurde, war es möglich, dass s3qlcp die neue Dateiattribute aber den alten Datenblöcken kopiert.
Tags: Stable
Metadata is now stored in a custom, delta-encoded binary format, and inodes are assigned sequentially and not reused. This makes S3QL fully NFS-compatible. s3qlcp now also copies extended attributes and no longer generates incorrect block reference counts when copying a file which has identical blocks. This release eliminates a race condition in s3qlcp. When copying a file with s3qlcp immediately after it was modified or created, it was possible that s3qlcp would copy the new file attributes but the old data blocks.

2011-11-21 12:41
1.6

Fsck wird ordnungsgemäß wiederhergestellt werden, wenn temporäre Indizes vorhanden (z. B. wenn der vorherige Fsck unterbrochen wurde). Diese Version wird nicht mit einem "BadDigest"-Fehler fehl, wenn Objekte nur teilweise vom Backend abgerufen werden.
fsck will gracefully recover if temporary indices already exist (e.g. if the previous fsck was interrupted). This release will not fail with a "BadDigest" error when objects are only partially retrieved from the backend.

Project Resources