V0.4
Packages
upgrade package - https://storage.googleapis.com/noobaa-releases/0.4.0/noobaa-NVA-0.4.0-757f6c4.tar.gz
ESX -
https://storage.googleapis.com/noobaa-releases/0.4.0/ESX/NooBaa_v0.4.mf
https://storage.googleapis.com/noobaa-releases/0.4.0/ESX/NooBaa_v0.4-disk1.vmdk
https://storage.googleapis.com/noobaa-releases/0.4.0/ESX/NooBaa_v0.4.ovf
KVM -
https://storage.googleapis.com/noobaa-releases/0.4.0/KVM/NooBaa_v0.4-disk1.qcow2
- New management console with all features support.
- Performance improvements - upload of single connection 70MBps, multiple connections 250MBps.
- Agents communication is by default in a range of TCP and UDP ports with automatic fall back. Default TCP ports range is 60100 - 60600
- Multiple pools support - pool is a group of nodes, defined by the user. A relations of data placement can be defined: Stripe, Spreading the data across the chosen pools
Mirror, Full duplication of the data in each chosen pool - NooBaa to any S3 compatible storage (including NooBaa) sync, BI Directional or One way.
- Multi Drive support - NooBaa will take advantage of every drive on the hosting storage node (each drive will be displayed as a separated node)
- AWS V4 support
- Free space policy - will stop writing if less than 10GB free space available, static for now.
- Performance measurements of each node - HD Read/HD Write/Round Trip Time to metadata server.
- Diagnostic tools improvements, online testing for agents connectivity and bandwidth.
- Auditing events filtering
- Informative dashboards with capacity and usage statistics.
- support X64 for windows agents.
--------------- Internal -----------
- New log system. Logs can be found under /var/log/noobaa*
- Spelling mistakes fixes
- First wizard to show http instead of https.
- New audit events for cloud sync operations, pools operations, bucket operations, etc
- Cloud sync - added support for all AWS regions except Seoul.
- Allows DNS settings from the UI - mainly to configure agent configuration string. We adde tests to make sure everything is available.
- Versioning of MD server and Agents - now visible in node's info and configuration-> version in the MD server.
- Security updates - reduced the amount of times we return a secret key from the server to the client. Will be removed completely soon. Remove the secret key from the agent configuration after the first join to the system.
- Hadoop compliance - support dates format (RFC 822), required by Hadoop and supported by AWS s3.
- NTP fixes.
- S3 compatibility fixes, mainly returned errors.
- Brought back AWS authentication V2 and V4