We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45d2fd commit 5e008b9Copy full SHA for 5e008b9
1 file changed
crates/kit/src/units/bcvk-var-ephemeral.service
@@ -11,8 +11,8 @@ Type=oneshot
11
RemainAfterExit=yes
12
TimeoutStartSec=60
13
# Use overlayfs like /etc to avoid copying large files
14
-# from virtiofs to tmpfs. The cp -a approach fails on virtiofs due to xattr issues
15
-# and is prohibitively slow for large /var trees.
+# from virtiofs to tmpfs. The cp -a approach hangs and systemd continues to progress
+# stages which causes issues if /var never becomes read/write.
16
# Bind-mount /sysroot/var to a separate location first (same technique as /etc overlay).
17
ExecStart=/usr/bin/mkdir -p /run/var-lower /run/var-upper /run/var-work
18
ExecStart=/usr/bin/mount --bind /sysroot/var /run/var-lower
0 commit comments