From 46d3094aa34bb5f1c455be3bc77d7522bc3c27ef Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Tue, 19 Sep 2023 15:08:51 +0200 Subject: [PATCH] docs/userns: Fix small typo Signed-off-by: Rodrigo Campos --- docs/user-namespaces/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-namespaces/README.md b/docs/user-namespaces/README.md index 70d45363d..6405de3c5 100644 --- a/docs/user-namespaces/README.md +++ b/docs/user-namespaces/README.md @@ -83,7 +83,7 @@ will significantly reduce the storage and performance overhead, as only the inod the container image will be duplicated, but not the content of the file. This means it will use less storage and it will be faster. However, it is not a panacea. -If you change the metacopy param, make sure to do it in a way that is persistant across reboots. You +If you change the metacopy param, make sure to do it in a way that is persistent across reboots. You should also be aware that this setting will be used for all containers, not just containers with user namespaces enabled. This will affect all the snapshots that you take manually (if you happen to do that). In that case, make sure to use the same value of `/sys/module/overlay/parameters/metacopy`