From 70f29db3732cce019fde8cdf28bf51f2fbd9e9d9 Mon Sep 17 00:00:00 2001 From: Yuji Ito Date: Tue, 28 Nov 2023 18:20:28 +0900 Subject: [PATCH] Update docs/lvmd.md Co-authored-by: Satoru Takeuchi --- docs/lvmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lvmd.md b/docs/lvmd.md index c8d76474e..23637fb88 100644 --- a/docs/lvmd.md +++ b/docs/lvmd.md @@ -65,7 +65,7 @@ stripe: 2 lvcreate-options: ["--mirrors=1"] ``` -After updating the configuration file, you need to restart lvmd. If you are running lvmd as a DaemonSet, restart the Pods after updating the ConfigMap. If you want to restart automatically, consider using [Reloader](https://github.com/stakater/Reloader) or similar. +After changing the configuration file, you need to restart lvmd to reflect this change. If lvmd is deployed as a DaemonSet, pod restart is needed after changing the corresponding ConfigMap. If you want to restart lvmd automatically after changing configuration, please use 3rd party tools like [Reloader](https://github.com/stakater/Reloader). Spare capacity --------------