Release Notes

6.0.0-beta

What's New?

  1. Deployment of Trilio on RHOCP (with RHOSP17.1).

  2. Support for multiple target backends.

  3. Support for advanced scheduling of workloads' snapshots.

Known Issues

  1. Workload import from non-default BTT gets stuck

    • If non-default BTT is provided as source btt in import command, then the same gets stuck and no workload gets imported. However same works well if source btt is the default one.

  2. workload-create CLI expects jobschedule as mandatory parameter

    • Workaround:

      • While creating workload from CLI, parameter jobschedule to be provided with True/False values. Eg. --jobschedule enabled=False

  3. get-importworkload-list and get-orphaned-workloads-list show incorrect workloads

    • The commands get-importworkload-list and get-orphaned-workloads-list show incorrect workloads in the output.

    • Workaround:

      • Use --project option with get-importworkload-list CLI command to get the list of workloads that can be imported on any particular project of the OpenStack. workloadmgr workload-get-importworkloads-list --project_id <project_id>

Last updated