From 2c000092ca0d3b6d8e81de34ded00f812f5ed6b8 Mon Sep 17 00:00:00 2001 From: Rashi Chaubal <12rashic@gmail.com> Date: Fri, 3 Jan 2025 22:51:09 +0530 Subject: [PATCH 1/2] fix: clarified rprivate by adding spell out recursive private Signed-off-by: Rashi Chaubal <12rashic@gmail.com> --- content/manuals/engine/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/storage/volumes.md b/content/manuals/engine/storage/volumes.md index c99eed561d8..4f7f94bcae6 100644 --- a/content/manuals/engine/storage/volumes.md +++ b/content/manuals/engine/storage/volumes.md @@ -56,7 +56,7 @@ If your container generates non-persistent state data, consider using a increase the container's performance by avoiding writing into the container's writable layer. -Volumes use `rprivate` bind propagation, and bind propagation isn't +Volumes use `rprivate (recursive private)` bind propagation, and bind propagation isn't configurable for volumes. ## A volume's lifecycle From 99113ee523a3cdb7e6fa18f0a1c15f41ccf41173 Mon Sep 17 00:00:00 2001 From: Rashi Chaubal <12rashic@gmail.com> Date: Mon, 6 Jan 2025 12:56:38 +0530 Subject: [PATCH 2/2] fix: clarified rprivate by adding spell out recursive private 21688 Signed-off-by: Rashi Chaubal <12rashic@gmail.com> --- content/manuals/engine/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/storage/volumes.md b/content/manuals/engine/storage/volumes.md index 4f7f94bcae6..c0945c4b0e9 100644 --- a/content/manuals/engine/storage/volumes.md +++ b/content/manuals/engine/storage/volumes.md @@ -56,7 +56,7 @@ If your container generates non-persistent state data, consider using a increase the container's performance by avoiding writing into the container's writable layer. -Volumes use `rprivate (recursive private)` bind propagation, and bind propagation isn't +Volumes use `private` (recursive private) bind propagation, and bind propagation isn't configurable for volumes. ## A volume's lifecycle