Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To be merged for 2.8 MTV-1780 Allow users to keep importer pods #623

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion documentation/modules/configuring-mtv-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ You can configure all of the following settings of the {operator-name} by modify
* Fixed amount of additional space allocated in persistent block volumes. This setting is applicable for any `storageclass` that is block-based (`ForkliftController` CR only).
* Configuration map of operating systems to preferences for vSphere source providers (`ForkliftController` CR only).
* Configuration map of operating systems to preferences for {rhv-full} ({rhv-short}) source providers (`ForkliftController` CR only).
* Whether to retain importer pods so that the Containerized Data Importer (CDI) does not delete them during migration (`ForkliftController` CR only).

The procedure for configuring these settings using the user interface is presented in xref:mtv-settings_{context}[Configuring MTV settings]. The procedure for configuring these settings by modifying the `ForkliftController` CR is presented following.

.Procedure

* Change a parameter's value in the `spec` portion of the `ForkliftController` CR by adding the label and value as follows:
* Change a label's value in the `spec` section of the `ForkliftController` CR by adding the label and value as follows:
+
[source, YAML]
----
Expand Down Expand Up @@ -104,6 +105,13 @@ You can add values to the configuration map when this label has the default valu

`ForkliftController` CR only.
|`forklift-ovirt-osmap`

|`controller_retain_precopy_importer_pods`
|Whether to retain importer pods so that the Containerized Data Importer (CDI) does not delete them during migration.

`ForkliftController` CR only.

|`false`
|===