Closed codificat closed 3 years ago
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mazzystr
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What this PR does / why we need it:
The virtual size of the Fedora cloud image is 4 GiB:
and this causes the image importer to fail with the currently requested 4GiB PVC size (need to account for the small overhead):
This changes the requested PVC size to 5GiB instead.
Does this PR fix any issue? _(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged)_:Fixes #693