Hello, friend!
These days our HCS failure to provision ECS because the root partition is not in the first partition.
The cloud host fails to be created in the KVM scenario.
ErrorCode: 9001000295.
Description
Failed to find an available host because the number of the hosts that meet requirements is less than the number of VMs.
Analysis
1. Log in to the control node and query it by the following name.
req-id:zgrep suse11 /var/log/fusionsphere/component/nova-api/*
2. Named by the following query:
req-id:zgrep req-a25ff8a1-7fcc-4c95-94b6-cf64c6022164 /var/log/fusionsphere/component/nova-conductor/* Continue to analyze the log
3. login to the computer instance, check the partition:
fdisk -l
We find swap partition is vda, / partition is vda2. according to our Product guidance, / partition to be on the first partition.
4. Reinstall computer instance, Partition the partition correctly and recreate the image. use new image provision cloud_host, the issue has solved.
This is my solution, you can share yours!