one
one copied to clipboard
Datastore DRIVER attribute is not respected when cloning an existing image into a different Datastore
Description
When an existing image is cloned into a different datastore, the DRIVER attribute of the destination datastore is not being honored, resulting in having images with an unexpected format in datastores where the format is enforced by the DRIVER attribute.
To Reproduce
- Create a qcow2 image in any datastore which support qcow2 format.
- Clone the image into a new datastore with
DRIVER=raw.
Expected behavior The image is cloned into the destination datastore and converted to the expected format.
Details
- Affected Component: Storage
- Version: 6.4
Additional context Add any other context about the problem here.
Progress Status
- [ ] Code committed
- [ ] Testing - QA
- [ ] Documentation (Release notes - resolved issues, compatibility, known issues)