Skip to content

Commit fb64bb4

Browse files
authored
fix: add extra notes for enabling fuse (#2765)
Signed-off-by: dkwon17 <dakwon@redhat.com>
1 parent 9576dee commit fb64bb4

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ data:
4040
mount_program="/usr/bin/fuse-overlayfs"
4141
----
4242
====
43+
+
44+
WARNING: Creating this ConfigMap will cause all running workspaces to restart.
4345

4446
. Set the necessary annotation in the `spec.devEnvironments.workspacesPodAnnotations` field of the CheCluster custom resource.
4547
+
@@ -81,3 +83,15 @@ graphDriverName: overlay
8183
fuse-overlayfs: version 1.12
8284
Backing Filesystem: overlayfs
8385
----
86+
+
87+
[NOTE]
88+
====
89+
The following error might occur for existing workspaces:
90+
91+
[source]
92+
----
93+
ERRO[0000] User-selected graph driver "overlay" overwritten by graph driver "vfs" from database - delete libpod local files ("/home/user/.local/share/containers/storage") to resolve. May prevent use of images created by other tools
94+
----
95+
96+
In this case, delete the libpod local files as mentioned in the error message.
97+
====

modules/end-user-guide/pages/enabling-overlay-with-a-configmap.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ data:
6969
[storage.options.overlay]
7070
mount_program="/usr/bin/fuse-overlayfs"
7171
----
72+
+
73+
WARNING: Creating this ConfigMap will cause all of your running workspaces to restart.
7274

7375
.Verification steps
7476

@@ -91,3 +93,15 @@ graphDriverName: overlay
9193
fuse-overlayfs: version 1.12
9294
Backing Filesystem: overlayfs
9395
----
96+
+
97+
[NOTE]
98+
====
99+
The following error might occur for existing workspaces:
100+
101+
[source]
102+
----
103+
ERRO[0000] User-selected graph driver "overlay" overwritten by graph driver "vfs" from database - delete libpod local files ("/home/user/.local/share/containers/storage") to resolve. May prevent use of images created by other tools
104+
----
105+
106+
In this case, delete the libpod local files as mentioned in the error message.
107+
====

0 commit comments

Comments
 (0)