Skip to content

Commit 3bcf6f0

Browse files
Rename "Import QCOW...." to "Import QCOW2....." (apache#8519)
Minor UI updates, renaming "Import QCOW...." to "Import QCOW2....."
1 parent 62efe74 commit 3bcf6f0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ui/public/locales/en.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,9 @@
675675
"label.deploymentplanner": "Deployment planner",
676676
"label.desc.db.stats": "Database Statistics",
677677
"label.desc.importexportinstancewizard": "Import and export Instances to/from an existing VMware or KVM cluster.",
678-
"label.desc.import.ext.kvm.wizard": "Import libvirt domain from KVM Host",
679-
"label.desc.import.local.kvm.wizard": "Import QCOW image from Local Storage",
680-
"label.desc.import.shared.kvm.wizard": "Import QCOW image from Shared Storage",
678+
"label.desc.import.ext.kvm.wizard": "Import Instance from remote KVM host",
679+
"label.desc.import.local.kvm.wizard": "Import QCOW2 image from Local Storage",
680+
"label.desc.import.shared.kvm.wizard": "Import QCOW2 image from Shared Storage",
681681
"label.desc.ingesttinstancewizard": "Ingest instances from an external KVM host",
682682
"label.desc.importmigratefromvmwarewizard": "Import instances from VMware into a KVM cluster",
683683
"label.desc.usage.stats": "Usage Server Statistics",
@@ -2699,8 +2699,8 @@
26992699
"message.desc.host": "Each cluster must contain at least one host (computer) for guest Instances to run on. We will add the first host now. For a host to function in CloudStack, you must install hypervisor software on the host, assign an IP address to the host, and ensure the host is connected to the CloudStack management server.<br/><br/>Give the host's DNS or IP address, the user name (usually root) and password, and any labels you use to categorize hosts.",
27002700
"message.desc.importingestinstancewizard": "This feature only applies to libvirt based KVM instances. Only Stopped instances can be ingested",
27012701
"message.desc.import.ext.kvm.wizard": "Import libvirt domain from External KVM Host not managed by CloudStack",
2702-
"message.desc.import.local.kvm.wizard": "Import QCOW image from Local Storage of selected KVM Host",
2703-
"message.desc.import.shared.kvm.wizard": "Import QCOW image from selected Primary Storage Pool",
2702+
"message.desc.import.local.kvm.wizard": "Import QCOW2 image from Local Storage of selected KVM Host",
2703+
"message.desc.import.shared.kvm.wizard": "Import QCOW2 image from selected Primary Storage Pool",
27042704
"message.desc.importexportinstancewizard": "By choosing to manage an Instance, CloudStack takes over the orchestration of that Instance. Unmanaging an Instance removes CloudStack ability to manage it. In both cases, the Instance is left running and no changes are done to the VM on the hypervisor.<br><br>For KVM, managing a VM is an experimental feature.",
27052705
"message.desc.importmigratefromvmwarewizard": "By selecting an existing or external VMware Datacenter and an instance to import, CloudStack migrates the selected instance from VMware to KVM on a conversion host using virt-v2v and imports it into a KVM cluster",
27062706
"message.desc.primary.storage": "Each cluster must contain one or more primary storage servers. We will add the first one now. Primary storage contains the disk volumes for all the Instances running on hosts in the cluster. Use any standards-compliant protocol that is supported by the underlying hypervisor.",

ui/src/views/tools/ManageInstances.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ export default {
567567
},
568568
{
569569
name: 'external',
570-
label: 'Import libvirt domain from KVM Host',
570+
label: 'Import Instance from remote KVM host',
571571
sourceDestHypervisors: {
572572
kvm: 'kvm'
573573
},
@@ -576,7 +576,7 @@ export default {
576576
},
577577
{
578578
name: 'local',
579-
label: 'Import QCOW image from Local Storage',
579+
label: 'Import QCOW2 image from Local Storage',
580580
sourceDestHypervisors: {
581581
kvm: 'kvm'
582582
},
@@ -585,7 +585,7 @@ export default {
585585
},
586586
{
587587
name: 'shared',
588-
label: 'Import QCOW image from Shared Storage',
588+
label: 'Import QCOW2 image from Shared Storage',
589589
sourceDestHypervisors: {
590590
kvm: 'kvm'
591591
},

0 commit comments

Comments
 (0)