FTM persistent volumes
These persistent volumes are used by the FTM components and features. The persistent volumes (PVs) are mounted by one or more pods by using persistent volume claims (PVCs).
The following table shows the persistent volumes (PVs) that are used by the FTM components and features. These persistent volumes can be created by using either static or dynamic storage provisioning. For more information, see Persistent storage overview.
Some of the names include the instance name of the FTM offering. It is indicated by
<ftm-instance> in the table. Also, some names use an asterisk (*) as a wildcard to replace
the instance-specific characters.
| Application or component | PV name for static provisioning only | PVC name for static and dynamic provisioning | Pod name | Mount point | Access mode for PV/PVC | Purpose |
|---|---|---|---|---|---|---|
| IBM® MQ data | N/A |
|
|
/mnt/mqm | RWO | IBM MQ with native HA capability. |
| IBM MQ recovery logs | N/A |
|
|
/mnt/mqm-log | RWO | IBM MQ with native HA capability. |
| IBM App Connect | pv-ftm-ace-workflows |
pvc-ftm-ace-workflows-<ftm-instance> |
<ftm-instance>-ace-NameFromCustResource-* |
/mnt/ftm-ace-workflows | RWO/RWO | This persistent volume is used by the IBM App Connect operator only. |
| OAC | pv-ftm-application |
<ftm-instance>-application-<ftm-instance> |
<ftm-instance>-oac-* |
/opt/ibm/ftm/oac | RWX/RWX | Application fixes and shared libraries. |
| OAC | pv-ftm-debug-data |
<ftm-instance>-debug-<ftm-instance> |
<ftm-instance>-oac-* |
/opt/ibm/ftm/debug-data | RWX/RWX | Dedicated persistent volume for application core memory dumps. |
| IBM App Connect | This name is created dynamically, even during static storage provisioning. | pvc-ftm-ace-logs-<ftm-instance> |
<ftm-instance>-ace-NameFromCustResource-* |
/mnt/logs | RWX/RWX | IBM App Connect log files. |
| FTM metering | pv-ftm-application |
<ftm-instance>-application-<ftm-instance> |
<ftm-instance>-metering-* |
/opt/ibm/ftm/metering | RWX/RWX | Application usage metering. |
| FTM metering | pv-ftm-debug-data |
<ftm-instance>-debug-<ftm-instance> |
<ftm-instance>-metering-* |
/opt/ibm/ftm/debug-data | RWX/RWX | Application usage metering. |