Upgrading on RHOSP
1] Prerequisites
Please ensure the following requirements are met before starting the upgrade process:
No Snapshot or Restore is running
Global job scheduler is disabled
Disable the wlm services on all controller nodes
Disable the datamover service on all compute nodes
2] Install latest Trilio release
Take a backup of existing triliovault-cfg-scripts directory
Clone triliovault-cfg-scripts github repository of latest release.
Copy the passwords and triliovault wlm ids files from old cfg-scripts directory.
Please follow this documentation from section 1.4 to section 10. Please note that sections 5 and 6 needs to be skipped during this process.
While providing the backup target details in section 4.1, please ensure to provide the existing backup target (of 5.x release) as default.
3] Restart wlm-cron resource
From any one of the controller nodes, run the below command.
4] Fetch backup target details
From any one of the controller nodes, login to wlm api container and run the below commands to fetch the backup target details.
This command will return the backup_target_id and backup_target_type_id.
5] Import workloads
From any one of the controller ndoes, login to wlm api container and run the below commands.
6] Update backing file path
This step would be needed only when your old backup target is S3.
Please follow this documentation to update the backing file path of existing snapshots.
Last updated