diff --git a/installing/installing_alibaba/installing-alibaba-assisted-installer.adoc b/installing/installing_alibaba/installing-alibaba-assisted-installer.adoc index 2fb3ecaa65..a8a0dde62f 100644 --- a/installing/installing_alibaba/installing-alibaba-assisted-installer.adoc +++ b/installing/installing_alibaba/installing-alibaba-assisted-installer.adoc @@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] -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. +{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}. :FeatureName: Installing {alibaba} with {ai-full} include::snippets/technology-preview.adoc[] diff --git a/modules/alibaba-ai-converting-image-to-qcow2.adoc b/modules/alibaba-ai-converting-image-to-qcow2.adoc index f9f5ace0bc..98b42689fb 100644 --- a/modules/alibaba-ai-converting-image-to-qcow2.adoc +++ b/modules/alibaba-ai-converting-image-to-qcow2.adoc @@ -11,19 +11,30 @@ Convert the generated ISO to `QCOW2` format before importing it into {alibaba}. .Prerequisites * You have created a cluster and downloaded the discovery image in the {ai-full}. -* You have access to a Red Hat Enterprise Linux or Fedora machine that is outside the cluster, such as your desktop machine. -* You have ensured that the machine has virtualization flags enabled. +* You have access to a Linux machine that is outside the cluster, such as your desktop machine. .Procedure -. Open the command line interface on your RHEL or Fedora machine. +. Open the command line interface on the Linux machine. -. Verify that `qemu-img` is installed on the machine by running the following command: +. Verify that the system has virtualization flags enabled by running the following command: ++ +[source,terminal] +---- +$ grep -e lm -e svm -e vmx /proc/cpuinfo +---- + +. Install the `qemu-img` package on a {op-system-base} or Fedora machine by running the following command: + [source,terminal] ---- $ sudo dnf install -y qemu-img ---- ++ +[NOTE] +==== +If your system uses the `APT` package manager, install the package using the name `qemu-utils` instead. +==== . Convert the image to `QCOW2` by running the following command: +