Skip to content

Commit

Permalink
Merge pull request #1023 from yaacov/transfer-network-help
Browse files Browse the repository at this point in the history
🐞 Update transfer network help
  • Loading branch information
yaacov authored Mar 25, 2024
2 parents 89e5387 + 14c3acf commit 835f617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@
"The limit for memory usage by the controller, specified in Megabytes (Mi). Default value is 800Mi.": "The limit for memory usage by the controller, specified in Megabytes (Mi). Default value is 800Mi.",
"The Manager CA certificate unless it was replaced by a third-party certificate, in which case, enter the Manager Apache CA certificate.": "The Manager CA certificate unless it was replaced by a third-party certificate, in which case, enter the Manager Apache CA certificate.",
"The maximum age in hours for must gather cleanup. Default value is -1, which implies never.": "The maximum age in hours for must gather cleanup. Default value is -1, which implies never.",
"The network attachment definition that should be used for disk transfer.": "The network attachment definition that should be used for disk transfer.",
"The password for the ESXi host admin": "The password for the ESXi host admin",
"The plan is not ready - ": "The plan is not ready - ",
"The provider is not ready - ": "The provider is not ready - ",
Expand Down Expand Up @@ -493,6 +492,7 @@
"YAML": "YAML",
"You can always bring this welcome card back into view by clicking 'Show the welcome card' in the page heading.": "You can always bring this welcome card back into view by clicking 'Show the welcome card' in the page heading.",
"You can cancel virtual machines from a running migration plan.": "You can cancel virtual machines from a running migration plan.",
"You can change the migration transfer network for this plan.\n If you defined a migration transfer network for the OpenShift Virtualization provider\n and if the network is in the target namespace, the network that you defined is the default\n network for all migration plans. Otherwise, the pod network is used.": "You can change the migration transfer network for this plan.\n If you defined a migration transfer network for the OpenShift Virtualization provider\n and if the network is in the target namespace, the network that you defined is the default\n network for all migration plans. Otherwise, the pod network is used.",
"You can select a default migration network for an OpenShift Virtualization provider in the\n Red Hat OpenShift web console to improve performance. The default migration network is used to\n transfer disks to the namespaces in which it is configured.If you do not select a migration network,\n the default migration network is the pod network, which might not be optimal for disk transfer.": "You can select a default migration network for an OpenShift Virtualization provider in the\n Red Hat OpenShift web console to improve performance. The default migration network is used to\n transfer disks to the namespaces in which it is configured.If you do not select a migration network,\n the default migration network is the pod network, which might not be optimal for disk transfer.",
"You can select a default migration network for an OpenShift Virtualization provider in the Red Hat OpenShift web console to improve performance.\n The default migration network is used to transfer disks to the namespaces in which it is configured.If you do not select a migration network,\n the default migration network is the pod network, which might not be optimal for disk transfer.": "You can select a default migration network for an OpenShift Virtualization provider in the Red Hat OpenShift web console to improve performance.\n The default migration network is used to transfer disks to the namespaces in which it is configured.If you do not select a migration network,\n the default migration network is the pod network, which might not be optimal for disk transfer.",
"You can select a migration network for a source provider to reduce risk to the source environment and to improve performance.": "You can select a migration network for a source provider to reduce risk to the source environment and to improve performance.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ export const TransferNetworkDetailsItem: React.FC<PlanDetailsItemProps> = ({
const { showModal } = useModal();

const defaultHelpContent = t(
`The network attachment definition that should be used for disk transfer.`,
`You can change the migration transfer network for this plan.
If you defined a migration transfer network for the OpenShift Virtualization provider
and if the network is in the target namespace, the network that you defined is the default
network for all migration plans. Otherwise, the pod network is used.`,
);

const TransferNetworkToName = (n: V1beta1PlanSpecTransferNetwork) =>
Expand Down

0 comments on commit 835f617

Please sign in to comment.