Description of problem: Looking into the code, this verification was done with all disks, while it should have been done with only plugged disks. Run a VM as stateless with and without plugged disks, and with and without storage space for new disks. No plugged disks - CDA should pass - even when there's low storage space. plugged disks - CDA should fail when there's not enough space for the plugged disks only. | File Domain | Block Domain -----|-----------------------------------------|------------- qcow | 1M (header size) | 1G -----|-----------------------------------------|------------- raw | preallocated: disk capacity (getSize()) | disk capacity | thin (sparse): 1M | (there is no raw sparse on block domains)
See https://bugzilla.redhat.com/show_bug.cgi?id=1178022#c3 as to why this is closed.