Compatibility Matrix
Last updated
Was this helpful?
Last updated
Was this helpful?
6.1.x
18.0(RHOSO) 17.1
RHEL-9 RHEL-9
6.0.0
17.1
RHEL-9
All versions of T4O-6.x releases support NFSv3 and S3 as backup targets on all the compatible distributions.
All versions of T4O-6.x releases support encryption using Barbican service on all the compatible distributions.
Installing the QEMU guest agent is an optional but recommended service to run inside the VM to ensure backup data consistency with Trilio. QEMU Guest Agent is the standard OpenSource QEMU/KVM hypervisor agent that runs inside a virtual machine (VM) and communicates with the host system (the hypervisor) to provide enhanced management and control of the VM. It is an essential component of any hypervisor platform that OpenStack can use to provide enhanced functionality when required.
To enable this feature, you must set hw_qemu_guest_agent=yes
as a metadata parameter on the image you wish to use to create the guest-agent-capable instances.
Reference:
If the Virtual Machine is already created from the glance image which doesn't have the hw_qemu_guest_agent=yes
property set, guest agent can be enabled using following process:
The process is stopping the VM, manually adding the lines below to the virsh definition using virsh edit
, and starting it again:
The VM needs to be running the qemu-guest agent service:
Inside the guest VM,
Make sure the service is running and set to start on boot automatically, in PowerShell, as Administrator:
You can confirm if the qemu-guest-agent
is running properly after being installed, from the compute host by running the below command:
The output must be: {"return":{}}
install the guest agent tools from: .
Software Driven Migration is supported in T4O 5.X release. Please refer