one icon indicating copy to clipboard operation
one copied to clipboard

Datastore DRIVER attribute is not respected when cloning an existing image into a different Datastore

Open christian7007 opened this issue 3 years ago • 0 comments

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)

christian7007 avatar Jul 26 '22 14:07 christian7007