Resource Pool - VM Instance

How can I check whether one VM instance supports hardware virtualization?
To check whether one VM instance supports hardware virtualization, run egrep "vmx|svm" /proc/cpuinfo in your terminal. If there are outputs, the V...
Mon, 28 Mar, 2022 at 10:32 AM
How do I know whether DHCP services of ZStack are in conflict with those of the current data center?
If ZStack DHCP services conflict with those of the current data center, the network range used by VM instances in ZStack must not duplicate the used IP rang...
Mon, 28 Mar, 2022 at 10:35 AM
I create a VM instance by selecting a flat network, but do not set hostname for the VM instance. What is the default hostname?
If the original hostname is localhost in the image used by the VM instance, the DHCP service will associate hostname with the IP address of the VM instance....
Mon, 28 Mar, 2022 at 10:35 AM
Why doesn't hostname of a flat network take effect when zstack-cli is performed?
If the original hostname is not localhost in the image used by the VM instance, the DHCP service will use the original hostname rather than assign a new hos...
Mon, 28 Mar, 2022 at 10:36 AM
How can I change an IP address for a console proxy?
The following are two methods on how to change the IP address for a console proxy: UI: Go to Platform Management > Console Proxy, and set an IP address...
Mon, 28 Mar, 2022 at 10:37 AM
How can I connect the console of a VM instance with an internal IP address via the public IP address of my management node?
Change the IP address for the console proxy. The following are two methods on how to change the IP address for a console proxy: UI: Go to Platform Man...
Mon, 28 Mar, 2022 at 10:39 AM
Can I reserve one IP address in an IP range without allowing ZStack to assign IP addresses for a VM instance?
Currently, the ReserverIpRange API is not available. If you want ZStack to reserve several specific IP addresses from the configured IP range, create a spe...
Mon, 28 Mar, 2022 at 10:40 AM
How can I modify instance offerings for multiple VM instances in bulk?
Go to Resource Pool > VM Instance, select multiple VM instances, choose Actions > Change Instance Offering, and select an appropriate instance offering.
Mon, 28 Mar, 2022 at 10:41 AM
How can I address the incompatibility issue of qemu versions?
Symptom: When you start a VM instance, you may encounter the following similar errors: uses a qcow2 feature which is not supported by this qemu version: QC...
Mon, 28 Mar, 2022 at 10:41 AM
Can I manually modify the MAC address assigned by ZStack?
Yes. ZStack lets you modify MAC addresses for the stopped VM instances.
Mon, 28 Mar, 2022 at 10:42 AM