Release Notes

6.0.0

Release Date : 18th Jan'2025

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.

  4. Support for Immutable Backups on S3 target backend.

  5. Support for Canonical Yoga, 2023.1(Antelope) & 2023.2(Bobcat) on Jammy.

Known Issues

  1. T4O upgrade on Canonical OpenStack is not supported

  2. 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.

  3. Select All option does not work on Backup Target Types page

  4. Sorting the columns on the backup's admin page is not working

  5. Workload Policy field is missing in the workload creation wizard until the scheduler is enabled

  6. In the workload-reassign-workloads help text --new_tenant_ids is provided instead of --new_tenant_id

  7. [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).

  8. 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