Skip to content

Commit 2f091fd

Browse files
authored
Merge pull request #78155 from tshwartz/HCIDOCS-381
HCIDOCS-381: Finalize Alibaba Cloud Outline
2 parents f1d7101 + 8e4d5f5 commit 2f091fd

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

installing/installing_alibaba/installing-alibaba-assisted-installer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
From {product-title} 4.16 and later, you can use the {ai-full} to install an {product-title} cluster on {alibaba}. {alibaba} provides a broad range of cloud computing and data storage services to online businesses and global enterprises.
9+
{alibaba} provides a broad range of cloud computing and data storage services to online businesses and global enterprises. You can install an {product-title} cluster on {alibaba} using the {ai-full}.
1010

1111
:FeatureName: Installing {alibaba} with {ai-full}
1212
include::snippets/technology-preview.adoc[]

modules/alibaba-ai-converting-image-to-qcow2.adoc

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,30 @@ Convert the generated ISO to `QCOW2` format before importing it into {alibaba}.
1111
.Prerequisites
1212

1313
* You have created a cluster and downloaded the discovery image in the {ai-full}.
14-
* You have access to a Red Hat Enterprise Linux or Fedora machine that is outside the cluster, such as your desktop machine.
15-
* You have ensured that the machine has virtualization flags enabled.
14+
* You have access to a Linux machine that is outside the cluster, such as your desktop machine.
1615
1716
.Procedure
1817

19-
. Open the command line interface on your RHEL or Fedora machine.
18+
. Open the command line interface on the Linux machine.
2019

21-
. Verify that `qemu-img` is installed on the machine by running the following command:
20+
. Verify that the system has virtualization flags enabled by running the following command:
21+
+
22+
[source,terminal]
23+
----
24+
$ grep -e lm -e svm -e vmx /proc/cpuinfo
25+
----
26+
27+
. Install the `qemu-img` package on a {op-system-base} or Fedora machine by running the following command:
2228
+
2329
[source,terminal]
2430
----
2531
$ sudo dnf install -y qemu-img
2632
----
33+
+
34+
[NOTE]
35+
====
36+
If your system uses the `APT` package manager, install the package using the name `qemu-utils` instead.
37+
====
2738

2839
. Convert the image to `QCOW2` by running the following command:
2940
+

0 commit comments

Comments
 (0)