Skip to content

v4.0.8

Compare
Choose a tag to compare
@assafgi assafgi released this 12 Mar 14:46
· 141 commits to main since this release
  • Upgrading from version v4.0.7 to v4.0.8 requires removal of VMSS from the Terraform state. Use the command: terraform state rm module.weka_deployment.azurerm_linux_virtual_machine_scale_set.vmss .
  • Updated WEKA default version to 4.2.9-1.
  • Improved the retry logic for fetching the deployment script.
  • Implemented automatic replacement of bad instances during clusterization.
  • Extended WEKA cluster creation progress report info and added a summary.
  • Added bad drives handling in clusterization: machines with bad drives will be deactivated.
  • Removed SMB share from the installation script.
  • Updated the clusterization target by adding a new variable clusterization_target. When this variable isn’t provided, the following formula is used: min(var.cluster_size, max(20, ceil(var.cluster_size * 0.8))).
    Added tags to clients.
  • Moved VMSS instances creation to a function and supported config update.
  • Added a warning in Terraform for unsupported regions.
  • Added a custom_data variable for the clients module.