* Fixed JNI hook to fuse referencing object after garbage collection. Now references a long
* Many fixes since this was a major update of the underlying storage layer and metadata system. 功能增强:
*This is a major new> 云存储增强:
* In-Line deduplication to a Cloud Storage Backend - SDFS can send all of its data to AWS, AZURE, or Google.
* Performance Improvements - Compressed Multi-Threaded upload and download of data to the cloud
* Local Cache - SDFS will cache the most recently accessed data locally. This is configurable but set to 10 GB by Default
* Security - All data can be encrypted using AES-CBC 256 when sent to the cloud
* Throttling - Upload and download speeds can be throttled.
* Cloud Recovery/Replication - All local metadata is replicated to the cloud and can be recovered back to local volume.
* Glacier Support - Supports S3 Lifecycle policies and retrieving data from Glacier
* AWS Region Support - Supports all AWS Regions
* Amazon AIM Support 扩展性改进:
* Tested to over 100TB of backend storage.
* Requires only 400MB of memory per TB of unique storage
* Unlimited Snapshots
* No compaction necessary sing orphaned data physically removed from underlying filesystem after garbage collection. 常规改进:
* Mounts from fstab and using native linux mount commands (mount -t sdfs)
* Faster Volume Replication
* Local Encryption support - Uses AES-CBC 256
* Faster Garbage Collection - 300% improvement
详细改进请看发行说明。