Release Notes
6.0.0
Release Date : 18th Jan'2025
What's New?
Deployment of Trilio on RHOCP (with RHOSP17.1).
Support for multiple target backends.
Support for advanced scheduling of workloads' snapshots.
Support for Immutable Backups on S3 target backend.
Support for Canonical Yoga, 2023.1(Antelope) & 2023.2(Bobcat) on Jammy.
Known Issues
T4O upgrade on Canonical OpenStack is not supported
Restore operations fail for image-booted instance after changing the image from public to private
Workaround:
Make the image public or accessible to the project/user.
Select All option does not work on Backup Target Types page
Sorting the columns on the backup's admin page is not working
Workload Policy field is missing in the workload creation wizard until the scheduler is enabled
In the workload-reassign-workloads help text --new_tenant_ids is provided instead of --new_tenant_id
[Canonical multiple Backup Target] If NFS Backup Target getting deployed before S3 Backup Targets, then object store services against S3 Backup Target go into error state
If the overlay bundle is having multiple Backup Target Types defined such that at least one is NFS and one is S3 and if deployment of NFS happens first, then it is noticed that NFS mount happens successfully whereas object store services against S3 Backup Target Types start failing. Error
An error occured (403) when calling HeadBucket operation: Forbidden
is observed.Workaround:
manually unmount the NFS mountpoint. All required S3 object store services will start successfully along with mounting of S3 sharepath. Unmounted NFS also gets remounted within 2-3 min (via mtab).
workload modify CLI command with workload_id at end is throwing an error
Workaround:
Place the
workload_id
before the optional arguments.Sample command
workloadmgr workload-modify 858da6e0-5b55-4c63-9a8e-d9f116130686 --jobschedule enabled=True --jobschedule start_time='07:00 AM' --jobschedule start_date='01/08/2025' --hourly interval='1' retention='2' snapshot_type='incremental'
Last updated