weizhouapache commented on issue #7115:
URL: https://github.com/apache/cloudstack/issues/7115#issuecomment-1433269419
@sbrueseke
I can reproduce the issue on UI.
The default value of root disk size comes from the virtual size (not
physical size) of vm template. see example below
```
(localcloud) 🐱 > list templates templatefilter=all filter=size,physicalsize
{
"count": 4,
"template": [
{
"physicalsize": 461307904,
"size": 5242880000
},
{
"physicalsize": 43646976,
"size": 52428800
},
{
"physicalsize": 453181440,
"size": 4194304000
},
{
"physicalsize": 1769537536,
"size": 8589934592
}
]
}
```
--
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]