"description":"If yes, this will allow to Create devices like CPU and Memory in hotplug mode without restart the VM. Operatin System should be configured to Online new created devices.",
"type":"boolean",
"default":false
},
"ram-size":{
"title":"RAM size",
"description":"RAM size, in MB.",
"type":"integer",
"default":1024,
"minimum":128,
"multipleOf":128
"minimum":1024,
"multipleOf":512
},
"hotplug-slot-size":{
"ram-max-size":{
"title":"Maximum RAM size, in MB",
"description":"Define the maximum size of the memory. The size is in MB and should be a multiple of 512.",
"type":"integer",
"default":51200,
"minimum":1024,
"multipleOf":512
},
"ram-hotplug-slot-size":{
"title":"Size of Hotpluggable RAM slot, in MB",
"description":"Define the RAM size to plug on one hotpluggable slot in MB, understand the size of one RAM bar. The RAM hotplugged on each slot will always have the same RAM size.",
"type":"integer",
"default":512,
"minimum":128,
"multipleOf":128
},
"max-ram-hotplug-size":{
"title":"Maximum hotpluggable RAM size, in MB",
"description":"Define the maximum size of hotpluggable memory. The size is in MB and should be a multiple of the defined hotpluggable slot size.",
"type":"integer",
"default":0,
"minimum":128,
"multipleOf":128
},
"hotplugged-slot-amount":{
"title":"Hotplugged RAM slot amount",
"description":"Define the number of Memory slot to hotplug. Ex: if slot-hotplug-size=512 MB, then to hotplug 1G of RAM 2 slots will be used.",
"type":"integer",
"default":0,
"minimum":0
"minimum":512,
"multipleOf":512
},
"auto-ballooning":{
"title":"Enable qemu auto ballooning.",
...
...
@@ -268,17 +267,13 @@
"type":"integer",
"minimum":1
},
"max-cpu-hotplug-count":{
"title":"Maximum hotpluggable CPU amount",
"description":"Specifies the maximum number of hotpluggable CPUs.",
"type":"integer",
"default":1
},
"cpu-hotplug-amount":{
"title":"hotpluggable CPU amount",
"description":"Specifies the number of CPUs to hotplug",
"cpu-max-count":{
"title":"Maximum CPU amount",
"description":"Specifies the maximum number of CPUs.",
"description":"If yes, this will allow to Create devices like CPU and Memory in hotplug mode without restart the VM. Operatin System should be configured to Online new created devices.",
"type":"boolean",
"default":false
},
"ram-size":{
"title":"RAM size",
"description":"RAM size, in MB.",
"type":"integer",
"default":1024,
"minimum":128,
"multipleOf":128
"minimum":1024,
"multipleOf":512
},
"hotplug-slot-size":{
"ram-max-size":{
"title":"Maximum RAM size, in MB",
"description":"Define the maximum size of the memory. The size is in MB and should be a multiple of 512.",
"type":"integer",
"default":51200,
"minimum":1024,
"multipleOf":512
},
"ram-hotplug-slot-size":{
"title":"Size of Hotpluggable RAM slot, in MB",
"description":"Define the RAM size to plug on one hotpluggable slot in MB, understand the size of one RAM bar. The RAM hotplugged on each slot will always have the same RAM size.",
"type":"integer",
"default":512,
"minimum":128,
"multipleOf":128
},
"max-ram-hotplug-size":{
"title":"Maximum hotpluggable RAM size, in MB",
"description":"Define the maximum size of hotpluggable memory. The size is in MB and should be a multiple of the defined hotpluggable slot size.",
"type":"integer",
"default":0,
"minimum":128,
"multipleOf":128
},
"hotplugged-slot-amount":{
"title":"Hotplugged RAM slot amount",
"description":"Define the number of Memory slot to hotplug. Ex: if slot-hotplug-size=512 MB, then to hotplug 1G of RAM 2 slots will be used.",
"type":"integer",
"default":0,
"minimum":0
"minimum":512,
"multipleOf":512
},
"auto-ballooning":{
"title":"Enable qemu auto ballooning.",
...
...
@@ -77,6 +76,14 @@
"type":"integer",
"minimum":1
},
"cpu-max-count":{
"title":"Maximum CPU amount",
"description":"Specifies the maximum number of CPUs.",
"type":"integer",
"default":24,
"minimum":1,
"maximum":64
},
"max-cpu-hotplug-count":{
"title":"Maximum hotpluggable CPU amount",
"description":"Specifies the maximum number of hotpluggable CPUs.",