
7 Nov
2019
7 Nov
'19
2:49 p.m.
On Thu, 7 Nov 2019 17:52:32 +0100 Pavel Hrdina <phrdina@redhat.com> wrote:
The issue is that you are using the virt-install --disk option incorrectly. If you look into man page of virt-install you can see some examples. The options for each parameter needs to be separated by comma. The command line that you are using is telling virt-install to use 2 disks, one with the path and second one with only size provided.
Thanks. That was it. I completely forgot that it's possible to specify a x number of disks.