Skip to content

V0.4

Compare
Choose a tag to compare
@tamireran tamireran released this 12 Apr 21:18
· 9598 commits to master since this release

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

  1. New management console with all features support.
  2. Performance improvements - upload of single connection 70MBps, multiple connections 250MBps.
  3. Agents communication is by default in a range of TCP and UDP ports with automatic fall back. Default TCP ports range is 60100 - 60600
  4. 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
  5. NooBaa to any S3 compatible storage (including NooBaa) sync, BI Directional or One way.
  6. Multi Drive support - NooBaa will take advantage of every drive on the hosting storage node (each drive will be displayed as a separated node)
  7. AWS V4 support
  8. Free space policy - will stop writing if less than 10GB free space available, static for now.
  9. Performance measurements of each node - HD Read/HD Write/Round Trip Time to metadata server.
  10. Diagnostic tools improvements, online testing for agents connectivity and bandwidth.
  11. Auditing events filtering
  12. Informative dashboards with capacity and usage statistics.
  13. support X64 for windows agents.

--------------- Internal -----------

  1. New log system. Logs can be found under /var/log/noobaa*
  2. Spelling mistakes fixes
  3. First wizard to show http instead of https.
  4. New audit events for cloud sync operations, pools operations, bucket operations, etc
  5. Cloud sync - added support for all AWS regions except Seoul.
  6. Allows DNS settings from the UI - mainly to configure agent configuration string. We adde tests to make sure everything is available.
  7. Versioning of MD server and Agents - now visible in node's info and configuration-> version in the MD server.
  8. 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.
  9. Hadoop compliance - support dates format (RFC 822), required by Hadoop and supported by AWS s3.
  10. NTP fixes.
  11. S3 compatibility fixes, mainly returned errors.
  12. Brought back AWS authentication V2 and V4