nvazquez commented on PR #8433:
URL: https://github.com/apache/cloudstack/pull/8433#issuecomment-1881093408
@DaanHoogland we've checked the issue happened for VMs created using a small
sized template like macchinina:
````
2024-01-08 12:48:32,456 INFO [c.c.v.UserVmManagerImpl]
(API-Job-Executor-36:ctx-cd93fee3 job-5073 ctx-44a5da1a) (logid:548e0c0e) VM
cannot be configured to
be dynamically scalable if any of the service offering's dynamic scaling
property, template's dynamic scaling property or global setting is false
2024-01-08 12:48:32,458 ERROR [c.c.v.UserVmManagerImpl]
(API-Job-Executor-36:ctx-cd93fee3 job-5073 ctx-44a5da1a) (logid:548e0c0e)
Unsupported: rootdisksize override (0 GB) is smaller than template size (50.00
MB) 52428800
2024-01-08 12:48:32,464 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl]
(API-Job-Executor-36:ctx-cd93fee3 job-5073) (logid:548e0c0e) Complete async
job-5073, jobStatus: FAILED, resultCode: 431, result:
org.apache.cloudstack.api.response.ExceptionResponse/null/{"uuidList":[],"errorcode":"431","errortext":"Unsupported:
rootdisksize override (0 GB) is smaller than template size (50.00 MB)
52428800"}
````
This looks like a rounding issue we can address on a separate PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]