> For the complete documentation index, see [llms.txt](https://docs.trilio.io/openstack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/openstack/tvo-4.1/triliovault-4.1-release-notes/triliovault-4.1-hf5-release.md).

# Trilio 4.1 HF5 Release

## Release Versions

### Packages

|                Name               |      Type      |    Version   |
| :-------------------------------: | :------------: | :----------: |
|               s3fuse              | python package |   4.1.94.4   |
|        tvault-configurator        | python package |   4.1.94.7   |
|            workloadmgr            | python package |   4.1.94.9   |
|               dmapi               |   deb package  |   4.1.94.3   |
|           python3-dmapi           |   deb package  |   4.1.94.3   |
|           tvault-contego          |   deb package  |   4.1.94.8   |
|       python3-tvault-contego      |   deb package  |   4.1.94.8   |
|       tvault-horizon-plugin       |   deb package  |   4.1.94.4   |
|   python3-tvault-horizon-plugin   |   deb package  |   4.1.94.4   |
|           s3-fuse-plugin          |   deb package  |   4.1.94.4   |
|       python3-s3-fuse-plugin      |   deb package  |   4.1.94.4   |
|            workloadmgr            |   deb package  |   4.1.94.9   |
|         workloadmgrclient         |   deb package  |    4.1.94    |
|               dmapi               |   rpm package  | 4.1.94.3-4.1 |
|           python3-dmapi           |   rpm package  | 4.1.94.3-4.1 |
|           tvault-contego          |   rpm package  | 4.1.94.8-4.1 |
|       python3-tvault-contego      |   rpm package  | 4.1.94.8-4.1 |
|       tvault-horizon-plugin       |   rpm package  | 4.1.94.4-4.1 |
| python3-tvault-horizon plugin-el8 |   rpm package  | 4.1.94.4-4.1 |
|     python-s3fuse-plugin-cent7    |   rpm package  | 4.1.94.4-4.1 |
|       python3-s3fuse-plugin       |   rpm package  | 4.1.94.4-4.1 |
|         workloadmgrclient         |  rpm pacakage  |    4.1.94    |

### Containers and Gitbranch

|                Name               |            Tag            |
| :-------------------------------: | :-----------------------: |
|             Gitbranch             |      hotfix-5-TVO/4.1     |
|         RHOSP13 containers        |  4.1.94-hotfix-8-rhosp13  |
|        RHOSP16.0 containers       |  4.1.94-hotfix-8-rhosp16  |
|        RHOSP16.1 containers       | 4.1.94-hotfix-8-rhosp16.1 |
|  Kolla Ansible Ussuri containers  |   4.1.94-hotfix-7-ussuri  |
| Kolla Ansible Victoria containers |  4.1.94-hotfix-5-victoria |
|      TripleO Train container      |  4.1.94-hotfix-5-tripleo  |

## Changelog

Contains all changes from HF1, HF2, HF3, and HF4.

### Fixes bugs and issues

**Post restore Windows VM boots into recovery console**

An issue has been fixed which prevented VMs running Windows to boot properly after a restore in the case of Nova boot volumes being used.

**Workload list can not be retrieved after manual changes in the Trilio database**

An issue has been fixed which prevented the successful pull of data from the Trilio database in case of incorrectly applied manual changes.

**admin endpoint type not honored by the configurator**

An issue has been fixed which prevented the successful usage of the Openstack admin endpoint network as the standard communication network for T4O

**Workloads and Snapshots stuck in delete status**

An issue has been fixed which prevented resetting the status of Workloads and Snapshots in case they are stuck in the deletion state.

### Enhancements

**Workload scheduler stability**

The workload scheduler stability has been enhanced to prevent the start of multiple scheduled jobs at the same time or delayed from its expected time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.trilio.io/openstack/tvo-4.1/triliovault-4.1-release-notes/triliovault-4.1-hf5-release.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
