From 0faebe9d8ff1ddcd3982b7bbd9f8d2078c3e5a29 Mon Sep 17 00:00:00 2001 From: zhangxiaoyu Date: Tue, 6 Sep 2022 18:48:28 +0800 Subject: [PATCH 4/5] remove unused daemon config args Signed-off-by: zhangxiaoyu --- src/json/schema/isulad-daemon-configs.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/json/schema/isulad-daemon-configs.json b/src/json/schema/isulad-daemon-configs.json index 1329ab0..1332a73 100644 --- a/src/json/schema/isulad-daemon-configs.json +++ b/src/json/schema/isulad-daemon-configs.json @@ -85,12 +85,6 @@ "pod-sandbox-image": { "type": "string" }, - "image_service": { - "type": "boolean" - }, - "rootfsmntdir": { - "type": "string" - }, "network-plugin": { "type": "string" }, -- 2.25.1