We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba4361 commit 2e6afbcCopy full SHA for 2e6afbc
ui/src/views/storage/CreateVolume.vue
@@ -389,6 +389,9 @@ export default {
389
values.virtualmachineid = this.resource.id
390
values.zoneid = this.resource.zoneid
391
}
392
+ if (this.customDiskOffering) {
393
+ values.size = values.size.trim()
394
+ }
395
if (this.createVolumeFromSnapshot) {
396
values.snapshotid = this.resource.id
397
0 commit comments