Actions
Task #6914
closedTask #6869: Challenge OpenStack and OpenNebula with ucloud
Task #6897: Create ucloud-image service
ucloud-image-scanner
Start date:
07/01/2019
Due date:
% Done:
0%
Estimated time:
PM Check date:
Description
- Scans all entries in /v1/image
- If there is a json with TO_BE_CREATED
- Look for the filename below basepath/$owner/$filename
- If it is not there, error out
- If image is found
- Verify that it is qcow2 format (file or qemu-img)
- Convert it to raw and import it into ceph using
qemu-img convert -f qcow2 -O raw image.qcow2 image.raw | rbd import - imagestorename/image-uuid
Updated by Ahmed Bilal over 5 years ago
- Everything mentioned above is completed. Only, I couldn't be able to check whether it is successfully imported into CEPH because I don't have it.
Updated by Ahmed Bilal over 5 years ago
- Status changed from Feedback to In Progress
Updated by Ahmed Bilal almost 5 years ago
- Status changed from In Progress to Closed
Actions