kubevirt / containerized-data-importer

Data Import Service for kubernetes, designed with kubevirt in mind.
Apache License 2.0
426 stars 266 forks source link

Add ability to create empty disk images #497

Closed dcritch closed 5 years ago

dcritch commented 6 years ago

Is this a BUG REPORT or FEATURE REQUEST?:

/kind enhancement

What happened: I've been working with a combination of CNV, glusterfs and PXE. I've been creating VMs to PXE boot from a Satellite server to be provisioned. I've been using CDI to import a blank disk image from a URL.

What you expected to happen: Would it be possible for CDI to have an option to create empty/blank disks rather than import an existing image?

How to reproduce it (as minimally and precisely as possible): n/a Anything else we need to know?:

Environment:

zvikorn commented 6 years ago

yes. I have started working on this today.

dcritch commented 6 years ago

Awesome! Looking forward to the feature.

zvikorn commented 6 years ago

Please do NOT merge until #502 is merged. This PR will have to be rebased.