Description of problem: While VM is being imported into OpenShift, the status message is `V2V Conversion in Progress`. This isn't very meaningful to the user, who will probably not have experience with virt-v2v or the conversion pod. Suggest changing to "Virtual machine import in progress" because the Web Console describes this process as importing (Provision Source is "Import", user selects "VM to import"), not conversion or migration.
Submitted upstream: https://github.com/kubevirt/web-ui-components/pull/427
Submitted upstream: https://github.com/kubevirt/web-ui-components/pull/447 Removeing ref from this BZ, because it is not back-portable: https://github.com/kubevirt/web-ui-components/pull/427
Merged upstream: https://github.com/kubevirt/web-ui-components/pull/447
Verified that status of VM that is being imported from a VMware instance is now 'VM Importing Pending (VMware)'. However, the wording 'Importing Pending' seems a little odd to me. I believe the usual usage would be 'Import Pending'. This is obviously not a big issue, but I'd like to hear more opinions to see if it's just my feeling. @Liz @Tomas, would you mind sharing your opinion?
@Avital, what you think?
(In reply to Tomas Jelinek from comment #7) > @Avital, what you think? I agree with Radim. "Importing Pending" sounds strange. "Import Pending" is better.
we also have the string: "Importing Error" do we need to change it to "Import Error" ? @Avital @Liz @Radim WDYT ?
(In reply to Yaacov Zamir from comment #9) > we also have the string: > "Importing Error" do we need to change it to "Import Error" ? > > @Avital @Liz @Radim WDYT ? What is the full string? What is its context? It probably should be changed because "Importing Error" sounds like we're importing an error, not an error that occurs during importing, but I'd like more info before deciding.
@Avital hi, thanks, > What is the full string? What is its context? It's a status indicator and stands by itself, e.g virtual machine state is: "Import Error" / "Running" / "Off" / "Import Pending " etc ... We have PR that adds/update this strings here: https://github.com/kubevirt/web-ui-components/pull/427 File with strings in this PR: https://github.com/kubevirt/web-ui-components/blob/b2aa4332c06bd59017bfe7a7cabd1a48452246e7/src/components/VmStatus/strings.js a - @Avital can you can look at the strings and comment in the PR? > It probably should be changed because "Importing Error" sounds like we're importing an error, +1 Thanks, already updated in the PR.
(In reply to Yaacov Zamir from comment #11). > > We have PR that adds/update this strings here: > https://github.com/kubevirt/web-ui-components/pull/427 > > File with strings in this PR: > https://github.com/kubevirt/web-ui-components/blob/ > b2aa4332c06bd59017bfe7a7cabd1a48452246e7/src/components/VmStatus/strings.js > > a - @Avital can you can look at the strings and comment in the PR? I've had a quick look at the strings and made some suggestions. The only one I wasn't sure about is line 24: "export const STARTING_MESSAGE = 'The virtual machine wait for state to become ready.';" If you can respond to my comment in the PR, I'll try to fix that message.
Thanks, Changed to "The virtual machine is preparing to start."
Verified that VM status is 'Importing (VMware)'. kubevirt-web-ui-container-v2.0.0-14.6. HCO v2.0.0-22.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:1850