Hello, everyone!
I want to share a case about the synchronize the image on service OM.
Issue product
Synchronization of the image I get the error message insufficient storage space.
Product information: Huawei Cloud Stack 8.0.3 Type1.
Issue analysis
1. Check logs and confirm that the image size is 5 GB.
2. Run the df -h command to query the disk space. The available space is 4.4 GB.
Based on the principle of image synchronization, click synchronization the image from the Service OM portal it will download the image file from swift and storage Service OM management VM with partition /opt/goku/data.
3. Check the /opt/goku/data.
cd /opt/goku/data/ame/export/image
ll
We can see the directory already have 4 images.
Root Cause
The partition for storage images has no available capacity for storage images.
Solution Description
Once the image is synced and downloaded, we need to clear it to free up space or wait 24 hours and it will clear automatically.
If you need to use it for a short period of time, you need to clear it and operate it manually.
This is my solution, how about yours? Go ahead and share it with us!