We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e7e94 commit ccdcf5bCopy full SHA for ccdcf5b
1 file changed
ui/src/views/compute/DeployVM.vue
@@ -1746,6 +1746,9 @@ export default {
1746
}
1747
if (!this.serviceOffering.diskofferingstrictness && values.overridediskofferingid) {
1748
deployVmData.overridediskofferingid = values.overridediskofferingid
1749
+ if (values.rootdisksize && values.rootdisksize > 0) {
1750
+ deployVmData.rootdisksize = values.rootdisksize
1751
+ }
1752
1753
if (this.isCustomizedIOPS) {
1754
deployVmData['details[0].minIops'] = this.minIops
0 commit comments