Release Notes
6.0.0-beta
What's New?
Deployment of Trilio on RHOCP (with RHOSP17.1).
Support for multiple target backends.
Support for advanced scheduling of workloads' snapshots.
Known Issues
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.
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
get-importworkload-list and get-orphaned-workloads-list show incorrect workloads
The commands
get-importworkload-list
andget-orphaned-workloads-list
show incorrect workloads in the output.Workaround:
Use
--project
option withget-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