-
Notifications
You must be signed in to change notification settings - Fork 10
v3.2 Overview
Andrey Kurilov edited this page Feb 22, 2017
·
23 revisions
- Intermediate Statistics
- Mixed and Weighted Load
- Partial Read
- Atmos API Support. Subtenants load functionality added (create, delete).
- S3 API Support. Buckets load functionality added (create, read, delete).
- Swift API Support
- Tokens load functionality (create)
- Containers load functionality (create, read, delete)
- Quick fading when one of the target nodes went offline
-
Advanced the test coverage with new system tests.
For detailed coverage info see this.
-
Configuration layout change
Some "storage-..." configuration parameters renamed to "storage-net-...". This was done to differentiate the FS storage driver configuration from Net storage driver configuration. The CLI aliases are provided for backward compatibility. Using deprecated configuration parameter names will cause warning messages. There's no aliasing available for the scenario files, so it's highly recommended to check the custom/user scenarios against the provided scenario schema (<MONGOOSE_DIR>/scenario/schema.json).
Old parameter name (v < 3.2.0) New parameter name (v >= 3.2.0) socket-timeoutMilliSec storage-net-timeoutMilliSec socket-reuseAddr storage-net-reuseAddr socket-keepAlive storage-net-keepAlive socket-tcpNoDelay storage-net-tcpNoDelay socket-linger storage-net-linger socket-bindBacklogSize storage-net-bindBacklogSize socket-interestOpQueued storage-net-interestOpQueued socket-selectInterval storage-net-selectInterval storage-ssl storage-net-ssl storage-http-api storage-net-http-api storage-http-fsAccess storage-net-http-fsAccess storage-http-headers storage-net-http-headers storage-http-namespace storage-net-http-namespace storage-http-versioning storage-net-http-versioning storage-node-addrs storage-net-node-addrs storage-node-port storage-net-node-port
- Overview
- Deployment
- User Guide
- Troubleshooting
- Reference