Commit ae4b4cc7 authored by Rafael Monnerat's avatar Rafael Monnerat Committed by Matevz Golob

kvm: Remove upper limits of the parameters

  Upper limits makes harder deploy larger systems
parent 03008e7a
......@@ -304,8 +304,7 @@
"description": "Specifies the maximum number of CPUs.",
"type": "integer",
"default": 24,
"minimum": 1,
"maximum": 64
"minimum": 1
},
"numa": {
"title": "Simulate a multi node NUMA system.",
......@@ -441,8 +440,7 @@
"description": "Number of disk overwrite iterations with random data. Default is 1. WARNING: Increase this value will slow down partition destruction and increase IO.",
"type": "integer",
"default": 1,
"minimum": 1,
"maximum": 5
"minimum": 1
},
"use-tap": {
"title": "Enable QEMU TAP network interface",
......
......@@ -44,8 +44,7 @@
"description": "Disk size, in GB.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 1000
"minimum": 1
},
"disk-type": {
"title": "Disk type",
......@@ -110,8 +109,7 @@
"description": "Specifies the maximum number of CPUs.",
"type": "integer",
"default": 24,
"minimum": 1,
"maximum": 64
"minimum": 1
},
"numa": {
"title": "Simulate a multi node NUMA system.",
......@@ -233,7 +231,6 @@
"description": "Specify the size of additional disk to create for virtual machine in data folder of SlapOS Node. Requires instance_storage_home to be configured on SlapOS Node.",
"type": "integer",
"minimum": 10,
"maximum": 1000,
"default": 20
},
"external-disk-format": {
......@@ -261,8 +258,7 @@
"description": "Number of disk overwrite iterations with random data. Default is 1. WARNING: Increase this value will slow down partition destruction and increase IO.",
"type": "integer",
"default": 1,
"minimum": 1,
"maximum": 5
"minimum": 1
},
"use-tap": {
"title": "Use QEMU TAP network interface",
......
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