7 Star 1 Fork 40

src-openEuler/lcr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-add-systemd-cgroup-field-in-isulad-and-shim-config.patch 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
jake 提交于 2024-06-11 08:07 . sync from upstream
From 3bcb8f3f60abb6ab6cde999cadb6a836744d4104 Mon Sep 17 00:00:00 2001
From: jikai <[email protected]>
Date: Thu, 11 Jan 2024 19:00:19 +0800
Subject: [PATCH 01/14] add systemd-cgroup field in isulad and shim config
Signed-off-by: jikai <[email protected]>
---
src/json/schema/isulad-daemon-configs.json | 3 +++
src/json/schema/shim/client/process-state.json | 3 +++
2 files changed, 6 insertions(+)
diff --git a/src/json/schema/isulad-daemon-configs.json b/src/json/schema/isulad-daemon-configs.json
index 7a8657c..46cf9e2 100644
--- a/src/json/schema/isulad-daemon-configs.json
+++ b/src/json/schema/isulad-daemon-configs.json
@@ -173,6 +173,9 @@
},
"enable-cri-v1": {
"type": "boolean"
+ },
+ "systemd-cgroup": {
+ "type": "boolean"
}
}
}
diff --git a/src/json/schema/shim/client/process-state.json b/src/json/schema/shim/client/process-state.json
index 2383b43..15dbe91 100644
--- a/src/json/schema/shim/client/process-state.json
+++ b/src/json/schema/shim/client/process-state.json
@@ -204,6 +204,9 @@
},
"logMaxsize": {
"type": "int64"
+ },
+ "systemdCgroup": {
+ "type": "boolean"
}
}
}
--
2.34.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/lcr.git
[email protected]:src-openeuler/lcr.git
src-openeuler
lcr
lcr
master

搜索帮助