From 90f9c7ba23fcb1bd45ee49adf04845d575217bb6 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Tue, 10 May 2022 16:24:13 +0800 Subject: [PATCH] lep: add note to storage network through gRPC proxy Longhorn-2285 Longhorn-3546 Signed-off-by: Chin-Ya Huang --- enhancements/20220428-storage-network-through-grpc-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enhancements/20220428-storage-network-through-grpc-proxy.md b/enhancements/20220428-storage-network-through-grpc-proxy.md index 193e15f..45629bc 100644 --- a/enhancements/20220428-storage-network-through-grpc-proxy.md +++ b/enhancements/20220428-storage-network-through-grpc-proxy.md @@ -62,8 +62,8 @@ https://github.com/longhorn/longhorn/issues/3546 - Add `k8s.v1.cni.cncf.io/networks` annotation to pods that involve data transfer. The annotation will use the value from the storage network setting. Multus will attach a secondary network to pods with this annotation. - Engine instance manager pods - Replica instance manager pods - - Backing image data source pods - - Backing image manager pods + - Backing image data source pods. Data traffic between replicas and backing image data source. + - Backing image manager pods. Data traffic in-between backing image managers. - Add new `storageIP` to `Engine`, `Replica` and `BackingImageManager` CRD status. The storage IP will be use to communicate to the instance processes.