LogoLogo
T4O-6.x
T4O-6.x
  • About Trilio for Openstack
    • Welcome to Trilio for OpenStack
    • T4O Architecture
    • Release Notes
    • Features
    • Compatibility Matrix
    • Resources
      • 6.1.0
      • 6.0.0
  • Getting Started
    • Requirements
      • Network Considerations
      • Installation Strategy and Preparation
    • Getting started with Trilio on Red-Hat OpenStack Platform (RHOSP)
      • Trilio Installation on RHOCP (with RHOSP17.1)
      • Post Installation Health-Check
      • Trilio Installation on RHOSO18.0
      • Add new backup target on RHOSO18.0
    • Getting started with Trilio on Canonical OpenStack
    • Licensing
    • Installing WorkloadManager CLI client
    • Uninstall Trilio
      • Uninstalling from RHOSP
  • Upgrading to T4O-6.x from older supported versions
    • Supported Trilio Upgrade Path
    • Upgrading on RHOSP
    • Upgrading on RHOSO18.0
  • Advanced Configuration
    • Switching NFS Backing file
    • Multi-IP NFS Backup target mapping file configuration
    • Advanced Ceph configurations
      • Additions for multiple CEPH configurations
    • Multi-Region Deployments
    • Serial Upload per Instance during Snapshot
  • User Guide
    • Workloads
    • Snapshots
    • Restores
    • File Search
    • Snapshot Mount
    • Schedulers
    • E-Mail Notifications
  • Admin Guide
    • Backups-Admin Area
    • Backup Targets
    • Workload Policies
    • Workload Quotas
    • Managing Trusts
    • Workload Import & Migration
    • Disaster Recovery
      • Example runbook for Disaster Recovery using NFS
    • Migrating encrypted Workloads
    • Rebasing existing workloads
  • Troubleshooting
    • Frequently Asked Questions
    • General Troubleshooting Tips
    • Important log files
  • API GUIDE
    • Backup Targets
    • Workloads
    • Snapshots
    • Restores
    • File Search
    • Snapshot Mount
    • Schedulers
    • E-Mail Notification Settings
    • Workload Policies
    • Workload Quotas
    • Managing Trusts
    • Workload Import and Migration
Powered by GitBook
On this page
  • Trilio for OpenStack Compatibility Matrix
  • NFS & S3 Support:
  • Encryption Support:
  • QEMU Guest Agent
  • Enabling QEMU Guest Agent
  • Software Driven Migration: VMware to OpenStack

Was this helpful?

Export as PDF
  1. About Trilio for Openstack

Compatibility Matrix

PreviousFeaturesNextResources

Last updated 12 days ago

Was this helpful?

Trilio for OpenStack Compatibility Matrix

Trilio Release
RHOSP version
Linux Distribution
Supported ?

6.1.x

18.0(RHOSO) 17.1

RHEL-9 RHEL-9

6.0.0

17.1

RHEL-9

Trilio Release
Canonical OpenStack version
Linux Distribution
Supported ?

6.1.x

2023.2 (Bobcat) 2023.1 (Antelope) Yoga

Jammy Jammy Jammy

6.0.0

Yoga

Jammy

NFS & S3 Support:

All versions of T4O-6.x releases support NFSv3 and S3 as backup targets on all the compatible distributions.

Encryption Support:

All versions of T4O-6.x releases support encryption using Barbican service on all the compatible distributions.

QEMU Guest Agent

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.

Enabling QEMU Guest Agent

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:

<channel type='unix'>
<target type='virtio' name='org.qemu.guest_agent.0'/>
<address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>

The VM needs to be running the qemu-guest agent service:

Ubuntu/Debian:

sudo apt install -y qemu-guest-agent 
sudo systemctl enable qemu-guest-agent 
sudo systemctl restart qemu-guest-agent
sudo systemctl status qemu-guest-agent --no-pager

RHEL/CentOS VMs:

sudo yum install -y qemu-guest-agent 
sudo systemctl enable qemu-guest-agent
sudo systemctl restart qemu-guest-agent
sudo systemctl status qemu-guest-agent --no-pager

Windows VMs:

Inside the guest VM,

  1. Make sure the service is running and set to start on boot automatically, in PowerShell, as Administrator:

    Set-Service QEMU-GA -StartupType Automatic
    Restart-Service QEMU-GA
    Get-Service QEMU-GA

You can confirm if the qemu-guest-agent is running properly after being installed, from the compute host by running the below command:

virsh qemu-agent-command <DOMAIN-ID> '{"execute":"guest-ping"}'

The output must be: {"return":{}}

Software Driven Migration: VMware to OpenStack

install the guest agent tools from: .

Software Driven Migration is supported in T4O 5.X release. Please refer

https://docs.openstack.org/nova/latest/admin/libvirt-misc.html#guest-agent-support
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win-guest-tools.exe
VM-Migration-T4O-5.X
✔️
✔️
✔️
✔️
✔️
✔️
✔️