Deployment of Trilio on RHOCP (with RHOSP17.1).
Support for multiple target backends.
Support for advanced scheduling of workloads' snapshots.
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
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>