From d10eb785228c60ccaad7f8a476c88107ea51b0b1 Mon Sep 17 00:00:00 2001 From: lifeng68 Date: Wed, 9 Sep 2020 15:20:20 +0800 Subject: [PATCH] nano cpus: add support nano cpus Signed-off-by: lifeng68 --- src/json/schema/host-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/json/schema/host-config.json b/src/json/schema/host-config.json index b3fca51..4eac222 100644 --- a/src/json/schema/host-config.json +++ b/src/json/schema/host-config.json @@ -133,6 +133,9 @@ "BlkioDeviceWriteIops": { "$ref": "defs.json#/definitions/ArrayOfBlkioDevice" }, + "NanoCpus": { + "type": "int64" + }, "CPUPeriod": { "type": "int64" }, @@ -256,4 +259,4 @@ "type": "string" } } -} +} \ No newline at end of file -- GitLab