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
Actions