support auto resize of isulad shim
Signed-off-by: wujing <wujing50@huawei.com>
This commit is contained in:
parent
4ce88a4954
commit
b05250679b
27
0011-support-auto-resize-of-isulad-shim.patch
Normal file
27
0011-support-auto-resize-of-isulad-shim.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 77ef9ee742e33555e1cf0ece0537a539a010ab5d Mon Sep 17 00:00:00 2001
|
||||
From: jikui <jikui2@huawei.com>
|
||||
Date: Sat, 15 May 2021 15:27:57 +0800
|
||||
Subject: [PATCH] support auto resize of isulad shim
|
||||
|
||||
Signed-off-by: jikui <jikui2@huawei.com>
|
||||
---
|
||||
src/json/schema/shim/client/process-state.json | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/src/json/schema/shim/client/process-state.json b/src/json/schema/shim/client/process-state.json
|
||||
index df21416..05f55fc 100644
|
||||
--- a/src/json/schema/shim/client/process-state.json
|
||||
+++ b/src/json/schema/shim/client/process-state.json
|
||||
@@ -171,6 +171,9 @@
|
||||
"isuladStderr": {
|
||||
"type": "string"
|
||||
},
|
||||
+ "resizeFifo": {
|
||||
+ "type": "string"
|
||||
+ },
|
||||
"runtimeArgs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
--
|
||||
2.31.1
|
||||
|
||||
10
lcr.spec
10
lcr.spec
@ -1,5 +1,5 @@
|
||||
%global _version 2.0.5
|
||||
%global _release 20210607.094252.git77117626
|
||||
%global _release 20210624.185408.git4ce88a49
|
||||
%global _inner_name isula_libutils
|
||||
|
||||
Name: lcr
|
||||
@ -22,6 +22,7 @@ Patch7: 0007-support-cgroup-v2.patch
|
||||
Patch8: 0008-fix-pause-container-error.patch
|
||||
Patch9: 0009-Fix-spelling-errors.patch
|
||||
Patch10: 0010-fix-memory-usage-of-stats-not-right-when-runtime-is-.patch
|
||||
Patch11: 0011-support-auto-resize-of-isulad-shim.patch
|
||||
|
||||
%define lxcver 4.0.3-2021012801
|
||||
|
||||
@ -110,8 +111,13 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/lcr/lcrcontainer.h
|
||||
%{_includedir}/%{_inner_name}/*.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 24 2021 wujing <wujing50@huawei.com> - 2.0.5-20210624.185408.git4ce88a49
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: support auto resize of isulad shim
|
||||
|
||||
* Tue May 18 2021 wagnfengtu <wagnfengtu@huawei.com> - 2.0.5-20210518.110611.git5225bddc
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user