diff --git a/0011-support-auto-resize-of-isulad-shim.patch b/0011-support-auto-resize-of-isulad-shim.patch new file mode 100644 index 0000000..16a0923 --- /dev/null +++ b/0011-support-auto-resize-of-isulad-shim.patch @@ -0,0 +1,27 @@ +From 77ef9ee742e33555e1cf0ece0537a539a010ab5d Mon Sep 17 00:00:00 2001 +From: jikui +Date: Sat, 15 May 2021 15:27:57 +0800 +Subject: [PATCH] support auto resize of isulad shim + +Signed-off-by: jikui +--- + 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 + diff --git a/lcr.spec b/lcr.spec index 7b8252c..7053ed0 100644 --- a/lcr.spec +++ b/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 - 2.0.5-20210624.185408.git4ce88a49 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: support auto resize of isulad shim + * Tue May 18 2021 wagnfengtu - 2.0.5-20210518.110611.git5225bddc - Type:enhancement - ID:NA