aleskxyz commented on issue #3957: Root disk size reverts to its template size after rebuild URL: https://github.com/apache/cloudstack/issues/3957#issuecomment-597128458 **Workaround:** It seems that when you increase root disk size at deployment, CloudStack initializes "rootdisksize" as a variable in "details" list with the size of root disk. When you request for rebuild, CloudStack looks for "rootdisksize" _regardless of its value_, and recreates root disk according to its latest size. So this scenario is a workaround to this bug: 1. Create a VM with root disk same as template 2. Upgrade root disk 3. Call "updateVirtualMachine" by adding "rootdisksize=0" to "details" list. 4. Rebuild VM Result: root disk size is ok
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
