Este conteúdo não está disponível no idioma selecionado.

Chapter 2. MTA 6.0.1


2.1. New features and improvements

This section describes the new features and improvements of the Migration Toolkit for Applications (MTA) 6.0.1.

MTA no longer requires support for RWX volumes

Previously, MTA required support for RWX volumes, and in version 6.0.1 this is optional. The Tackle CR includes a new configuration option, rwx_supported, a Boolean parameter whose default is true.

  • When this option is set to true, the MTA Operator creates a cache volume as RWX. This volume is used by Maven as a durable local m2 cache that is shared across tasks.
  • When it is set to false, the Maven m2 cache will be local with each task. You can always configure the Maven cache separately.
Note

If you upgrade from version 6.0.0 to version 6.0.1, you can set this parameter after the upgrade.

You can set the value of rwx_supported in the OpenShift web console after you upgrade to MTA 6.0.1.

Procedure

  1. Log into the OpenShift web console, click Operators Installed Operators Migration Toolkit for Applications Operator Tackle, and then click the Tackle instance.
  2. Click YAML view.
  3. Add rwx_supported to the CR settings that are listed in the spec section, and set its value to false.
  4. Click Save.

You can set the value of rwx_supported in the Tackle CR using the OpenShift CLI after you upgrade to MTA 6.0.1.

Procedure

  1. Log into your cluster using the OpenShift CLI.
  2. Set rwx_supported to false by entering the following command:

    $ oc patch tackle $(oc get tackle -n openshift-mta|grep -iv name|cut -d " " -f 1) -n openshift-mta --type merge --patch '{"spec":{"rwx_supported": "false"}}'
    Copy to Clipboard Toggle word wrap

2.2. Known issues

At the time of release, there are no known issues in this release.

2.3. Resolved issues

At the time of the release, there are no resolved issues for this release.

Voltar ao topo
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2025 Red Hat