# Trilio 4.1 HF12 Release

## Release Versions

### Packages

|                Name               |      Type      |                             Version                            |
| :-------------------------------: | :------------: | :------------------------------------------------------------: |
|               s3fuse              | python package |                            4.1.94.7                            |
|        tvault-configurator        | python package |                            4.1.94.15                           |
|            workloadmgr            | python package |                            4.1.94.22                           |
|               dmapi               |   deb package  |                            4.1.94.3                            |
|           python3-dmapi           |   deb package  |                            4.1.94.3                            |
|           tvault-contego          |   deb package  |                            4.1.94.10                           |
|       python3-tvault-contego      |   deb package  |                            4.1.94.10                           |
|       tvault-horizon-plugin       |   deb package  |                          4.1.94.6-4.1                          |
|   python3-tvault-horizon-plugin   |   deb package  |                            4.1.94.6                            |
|           s3-fuse-plugin          |   deb package  |                            4.1.94.7                            |
|       python3-s3-fuse-plugin      |   deb package  |                            4.1.94.7                            |
|            workloadmgr            |   deb package  |                            4.1.94.21                           |
|         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.10-4.1                         |
|       python3-tvault-contego      |   rpm package  |                          4.1.94.10-4.1                         |
|       tvault-horizon-plugin       |   rpm package  |                          4.1.94.6-4.1                          |
| python3-tvault-horizon plugin-el8 |   rpm package  |                          4.1.94.6-4.1                          |
|     python-s3fuse-plugin-cent7    |   rpm package  |                          4.1.94.7-4.1                          |
|       python3-s3fuse-plugin       |   rpm package  |                          4.1.94.7-4.1                          |
|         workloadmgrclient         |  rpm pacakage  |                             4.1.94                             |
|        RHOSP16.1 Containers       |   Containers   |                   4.1.94-hotfix-15-rhosp16.1                   |
|        RHOSP16.2 Containers       |   Containers   |                   4.1.94-hotfix-15-rhosp16.2                   |
|         RHOSP13 Containers        |   Containers   |                    4.1.94-hotfix-15-rhosp13                    |
|          Kolla Containers         |   Containers   | <p>4.1.94-hotfix-12-ussuri</p><p>4.1.94-hotfix-11-victoria</p> |
|         TripleO Containers        |   Containers   |                    4.1.94-hotfix-11-tripleo                    |

### Containers and Gitbranch

|                Name               |                               Tag                              |
| :-------------------------------: | :------------------------------------------------------------: |
|             Gitbranch             |                        hotfix-12-TVO/4.1                       |
|        RHOSP16.1 containers       |                   4.1.94-hotfix-15-rhosp16.1                   |
|        RHOSP16.2 containers       |                   4.1.94-hotfix-15-rhosp16.2                   |
|  Kolla Ansible Ussuri containers  |                     4.1.94-hotfix-11-ussuri                    |
| Kolla Ansible Victoria containers |                    4.1.94-hotfix-9-victoria                    |
|      TripleO Train container      |                     4.1.94-hotfix-9-tripleo                    |
|       4.1-RHOSP13-CONTAINER       |                    4.1.94-hotfix-15-rhosp13                    |
|        4.1-KOLLA-CONTAINER        | <p>4.1.94-hotfix-12-ussuri</p><p>4.1.94-hotfix-11-victoria</p> |
|       4.1-TRIPLEO-CONTAINER       |                    4.1.94-hotfix-11-tripleo                    |

## Changelog

### Fixed Bugs and issues

* Datamover container restarting

  `/var/trilio/triliovault-mounts` was having incorrect ownership. We have fixed it through DevOps code
* Once the original project is deleted, the workload cannot be reassigned to a different UserID/ProjectID.

  We removed the condition where we were checking if older tenant\_ids if present in the newer tenant list
* Trilio core functionality operations do not perform as expected when the master T4O node is powered off

  Caching bug in the code where the in-memory dictionary was not in sync with the service table in MySQL.
* tvault-config service is in crashloop on 2 out of 3 nodes in T4O cluster
* workload policy shows an incorrect start time
* default\_tvault\_dashboard\_tvo-tvm not available after yum update
* Reassign of the workload from deleted project fails


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
