Skip to content

Commit

Permalink
fix: add extra notes for enabling fuse (#2765)
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <dakwon@redhat.com>
  • Loading branch information
dkwon17 authored Aug 8, 2024
1 parent 9576dee commit fb64bb4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ data:
mount_program="/usr/bin/fuse-overlayfs"
----
====
+
WARNING: Creating this ConfigMap will cause all running workspaces to restart.

. Set the necessary annotation in the `spec.devEnvironments.workspacesPodAnnotations` field of the CheCluster custom resource.
+
Expand Down Expand Up @@ -81,3 +83,15 @@ graphDriverName: overlay
fuse-overlayfs: version 1.12
Backing Filesystem: overlayfs
----
+
[NOTE]
====
The following error might occur for existing workspaces:
[source]
----
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
----
In this case, delete the libpod local files as mentioned in the error message.
====
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ data:
[storage.options.overlay]
mount_program="/usr/bin/fuse-overlayfs"
----
+
WARNING: Creating this ConfigMap will cause all of your running workspaces to restart.

.Verification steps

Expand All @@ -91,3 +93,15 @@ graphDriverName: overlay
fuse-overlayfs: version 1.12
Backing Filesystem: overlayfs
----
+
[NOTE]
====
The following error might occur for existing workspaces:
[source]
----
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
----
In this case, delete the libpod local files as mentioned in the error message.
====

0 comments on commit fb64bb4

Please sign in to comment.