Install Dynamic Backup Target
Starting T4O-6.x, a new feature has been introduced to add new backup target without the need of redeploying complete t4o. Please follow mentioned steps to add a backup target
1. Update backup target specific yaml file
1.1] Navigate to the backup targets chart
cd triliovault-cfg-scripts/openstack-helm/trilio-backup-targets/values_overrides1.2] Update the <backup-target-type>.yaml file (nfs.yaml, other_s3.yaml or amazon_s3.yaml).
<backup-target-type>.yaml file (nfs.yaml, other_s3.yaml or amazon_s3.yaml).Example for NFS backup target:
trilio_backup_target:
backup_target_name: 'NFS_BackupTarget'
backup_target_type: 'nfs'
is_default: true
nfs_server: '10.10.0.1'
nfs_shares: /home/openstack-helm
nfs_options: "nolock,soft,timeo=600,intr,lookupcache=none,nfsvers=3,retrans=10"
storage_size: 20Gi
storage_class_name: nfs
images:
trilio_backup_targets: docker.io/trilio/trilio-wlm-helm:<image-tag>Example For backup target type s3:
2. Install/Upgrade Backup Target
2.1] Helm Install/Upgrade Command
Please ensure that values_overrides/<backup-target-type>.yaml file is updated with correct NFS/S3 backup target configuration.
3. Verification
3.1] Verify Backup Target Pods
Check if the backup target pods are running
3.2] Check Mounts (for NFS targets)
Exec into the nfs-mount pod and check if the mount is successful.
3.3] Verify Persistent Volumes (PV/PVCs)
Check if volumes are properly created:
Required installation/updates are done.
If everything looks good, the NFS/S3 backup target is successfully installed and ready to use.
Last updated
Was this helpful?
