Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
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

S3s, s3cs, 및 gss backends 제거 되었습니다. S3, s3c, 및 gs backends와 함께 새로운-ssl 옵션을 대신 사용 합니다. S3QL 이상 다른 가변에 대 한 일관성 보장의 추적 유지 합니다. 다른 지역, 중복성 및 가용성 수준을 제공 하는 다른 저장소 공급자의 증가이 게 더 이상 가능 합니다. 설명서의 "중요 한 규칙을 피하기 위해 손실 데이터" 새 섹션을 포함 되어 있습니다. 그것을 읽는 것이 좋습니다.
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

이 릴리스 하면 파일 시간 이상 변경 시스템 표준 시간대를 변경, 수정 및 contrib/benchmark.p, 난관을 향상 시킨다는 "너무 많은 리디렉션 체인" 버그, 5xx 서버 오류를 다시 시도 하 고 실험적인 네이티브 OpenStack/스위프트 서버 지원 및 실험 프록시 지원 추가.
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: NULL 값을 덤프 수 없습니다" 때 무거운 파일 시스템 작업 하는 동안 파일 시스템 메타 데이터 업로드 된 충돌 해결 되었습니다. s3qlcp 및 디렉터리 목록 매우 큰 디렉터리에 대 한 성능 개선 했다. Rm 성능 회귀 고정 되었다. -blocksize 맥스-obj-크기-이름이 바뀌었습니다. 심하게 동시 파일 시스템 사용에서 일어난 일부 충돌 수정 되었습니다. 파이썬-llfuse 0.37 이제 사용 됩니다.
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

메타 데이터는 이제 사용자 지정, 델타 인코딩된 이진 형식에 저장 되며 inode를 순차적으로 할당 하 고 다시 사용 하지. 따라서 S3QL 완전히 NFS 호환 합니다. s3qlcp 지금 또한 확장된 특성을 복사 하 고 동일한 블록에 있는 파일을 복사할 때 잘못 된 블록 참조 수를 더 이상 생성 합니다. 이 릴리스는 s3qlcp에서 경쟁 조건을 제거합니다. 수정 되었거나 만들어진 후에 즉시 s3qlcp 사용 하 여 파일을 복사할 때 그 s3qlcp 오래 된 데이터 블록 하지만 새 파일 특성 복사 가능 했다.
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를 정상적으로 회복 임시 인덱스가 이미 존재 하는 경우 (예: 이전 fsck 중단 된 경우). 이 릴리스 때 개체는 백엔드에서 부분적 으로만 검색 됩니다 "BadDigest" 오류와 함께 실패 하지 않습니다.
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