Commit f90a6932 authored by Alain Takoudjou's avatar Alain Takoudjou

Update instance-kvm-cluster-input-schema.json

parent a20b0d1a
......@@ -198,7 +198,7 @@
"multipleOf": 128
},
"hotplug-slot-size": {
"title": "Hotpluggable slot size, in MB",
"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,
......@@ -206,7 +206,7 @@
"multipleOf": 128
},
"max-ram-hotplug-size": {
"title": "Maximum hotpluggable RAM 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,
......@@ -214,7 +214,7 @@
"multipleOf": 128
},
"hotplugged-slot-amount": {
"title": "RAM hotplug size",
"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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment