Is it possible to import a qcow2 file and use the virtual size of the image? #1588
-
For example, I have the following file:
When I try to import it without specifying a disk size, the provider defaults to 8GB instead of using the virtual size. This is the error that's printed out:
If it helps, here's my
Is it possible to import a qcow2 file and use the virtual size of the image? I know that I can manually give it the size but wanted to see if using the virtual size is supported. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @joshmcorreia |
Beta Was this translation helpful? Give feedback.
Hi @joshmcorreia
That’s not possible right now since the disk size has to be set in the config (or provider will apply default 8Gb). But we could probably add this feature down the road.