mirror of https://github.com/ansible/ansible.git
ovirt_disk: Don't pass "initial_size" while adding the disk (#52559)
Currently we are passing "initial_size" while creating the disk for block based storage domains. Since this is equal to the size of the disk, all the thin provisioned disk which is created using this module will be having the size equal to the virtual size of the disk. The "initial_size" is only required while uploading the image. The patch take care of the same.pull/52579/head
parent
922af44d7d
commit
e7d784e5cc
Loading…
Reference in New Issue