이 콘텐츠는 선택한 언어로 제공되지 않습니다.

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.

2.1.1. Setting the parameter in the OpenShift web console after upgrading to version 6.0.1

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.

2.1.2. Setting the parameter in the Tackle Custom Resource (CR) using the CLI after upgrading to version 6.0.1

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"}}'

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.

Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.