> 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.2/triliovault-4.2-release-notes/tvo-4.2-hf2-release-notes.md).

# T4O 4.2 HF2 Release notes

## Release Versions

### Packages

|                Name               |      Type      |    Version   |
| :-------------------------------: | :------------: | :----------: |
|               s3fuse              | python package |    4.2.64    |
|        tvault-configurator        | python package |   4.2.64.5   |
|            workloadmgr            | python package |   4.2.64.5   |
|         workloadmgrclient         | python package |    4.2.64    |
|           contegoclient           | python package |    4.2.64    |
|               dmapi               |   deb package  |    4.2.64    |
|           python3-dmapi           |   deb package  |    4.2.64    |
|           tvault-contego          |   deb package  |   4.2.64.5   |
|       python3-tvault-contego      |   deb package  |   4.2.64.5   |
|       tvault-horizon-plugin       |   deb package  |    4.2.64    |
|   python3-tvault-horizon-plugin   |   deb package  |    4.2.64    |
|           s3-fuse-plugin          |   deb package  |    4.2.64    |
|       python3-s3-fuse-plugin      |   deb package  |    4.2.64    |
|            workloadmgr            |   deb package  |   4.2.64.5   |
|         workloadmgrclient         |   deb package  |    4.2.64    |
|               dmapi               |   rpm package  |  4.2.64-4.2  |
|           python3-dmapi           |   rpm package  |  4.2.64-4.2  |
|         puppet-triliovault        |   rpm package  |  4.2.64-4.2  |
|     python3-contegoclient-el8     |   rpm package  |  4.2.64-4.2  |
|           tvault-contego          |   rpm package  | 4.2.64.5-4.2 |
|       python3-tvault-contego      |   rpm package  | 4.2.64.5-4.2 |
|       tvault-horizon-plugin       |   rpm package  |  4.2.64-4.2  |
| python3-tvault-horizon plugin-el8 |   rpm package  |  4.2.64-4.2  |
|     python-s3fuse-plugin-cent7    |   rpm package  |  4.2.64-4.2  |
|       python3-s3fuse-plugin       |   rpm package  |  4.2.64-4.2  |
|       python3-trilio-fusepy       |   rpm package  |    3.0.1-1   |
|           trilio-fusepy           |   rpm package  |    3.0.1-1   |
|         workloadmgrclient         |   rpm package  |  4.2.64-4.2  |
|   python3-workloadmgrclient-el8   |   rpm package  |  4.2.64-4.2  |

### Containers and Gitbranch

|                Name               |            Tag            |
| :-------------------------------: | :-----------------------: |
|             Gitbranch             |      hotfix-2-TVO/4.2     |
|         RHOSP13 containers        |  4.2.64-hotfix-2-rhosp13  |
|        RHOSP16.1 containers       | 4.2.64-hotfix-2-rhosp16.1 |
|        RHOSP16.2 containers       | 4.2.64-hotfix-2-rhosp16.2 |
| Kolla Ansible Victoria containers |  4.2.64-hotfix-2-victoria |
|  Kolla Ansible Wallaby containers |  4.2.64-hotfix-2-wallaby  |
|      TripleO Train containers     |  4.2.64-hotfix-2-tripleo  |

## Changelog

### Fixed issues and bugs

**Snapshot getting hung in upload phase for multipath environments**

An issue has been fixed, which lead to Snapshots being stuck in the upload phase in the case of using an FC multipath connected Cinder Storage.

**Backups fail due to an old Trilio Cinder Snapshot not being in available state**

An issue has been fixed, which lead to Trilio-created Cinder Snapshots, which are not in the state available, blocking the creation of new Cinder Snapshots.

**Latin characters in restore names lead to failed restores**

The support for Latin characters has been enhanced to no longer impact restores.


---

# 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.2/triliovault-4.2-release-notes/tvo-4.2-hf2-release-notes.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.
