ngine-io / ansible-collection-cloudstack

CloudStack Ansible Collections
https://galaxy.ansible.com/ngine_io/cloudstack
GNU General Public License v3.0
21 stars 28 forks source link

Documentation: Custom disk size and instances #37

Closed rvalle closed 3 years ago

rvalle commented 4 years ago

I think the documentation is wrong with regards to custom disk sizes.

In cs disk offering:

customized description is "Whether the offering uses custom IOPS or not" but after looking at API and resting it, I think it should "Whether disk offering size is custom or not"

In cs instance:

disk_size "Disk size in GByte required if deploying instance from ISO" but after testing it I think this is just the size of the data disk when a customized disk offering is used. I don't use ISOs myself but I would say that specifying the root_disk_size should then be mandatory in that case.

Can anybody confirm?

resmo commented 3 years ago

The doc is correct, with templates it is the size of the data disks, with iso, it is the size of the root disk.