"description":"Selects between pthread based disk I/O and native Linux AIO.",
"type":"string",
"default":"threads",
"enum":["threads","native"]
},
"cpu-count":{
"title":"CPU count",
"description":"Number of CPU cores.",
...
...
@@ -235,6 +255,16 @@
"description":"Simulate a multi node NUMA system. If mem and cpus are omitted, resources are split equally. Each numa option are separated by space: node,nodeid=4,cpus=40-49,mem=64g node,nodeid=1,cpus=10-19,mem=128g. Set this option if you know what you're doing.",
"type":"string"
},
"machine-options":{
"title":"Machine options.",
"description":"Select the emulated machine by name. Ex: pc-i440fx-2.4,accel=kvm",
"type":"string"
},
"cpu-model":{
"title":"CPU model.",
"description":"Select the emulated CPU model. Ex: SandyBridge,+erms,+smep,+smx,+vmx",
"type":"string"
},
"keyboard-layout-language":{
"title":"Use keyboard layout language",
"description":"Use keyboard layout language (for example fr for French). Can be usefull with VNC display",
"description":"Selects between pthread based disk I/O and native Linux AIO.",
"type":"string",
"default":"threads",
"enum":["threads","native"]
},
"cpu-count":{
"title":"CPU count",
...
...
@@ -44,6 +64,17 @@
"description":"Simulate a multi node NUMA system. If mem and cpus are omitted, resources are split equally. Each numa option are separated by space: node,nodeid=4,cpus=40-49,mem=64g node,nodeid=1,cpus=10-19,mem=128g. Set this option if you know what you're doing.",
"type":"string"
},
"machine-options":{
"title":"Machine options.",
"description":"Select the emulated machine by name. Ex: pc-i440fx-2.4,accel=kvm",
"type":"string"
},
"cpu-model":{
"title":"CPU model.",
"description":"Select the emulated CPU model. Ex: SandyBridge,+erms,+smep,+smx,+vmx",
"type":"string"
},
"keyboard-layout-language":{
"title":"Use keyboard layout language",
"description":"Use keyboard layout language (for example fr for French). Can be usefull with VNC display",
diff -ruw {{ directory['backup'] }} $srv_directory/proof.signature > $srv_directory/backup.diff || true # diff exits with code 1 when files are different