Skip to content

Commit 5e008b9

Browse files
committed
Updated comment
Signed-off-by: Nick Downs <nickryand@gmail.com>
1 parent d45d2fd commit 5e008b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/kit/src/units/bcvk-var-ephemeral.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Type=oneshot
1111
RemainAfterExit=yes
1212
TimeoutStartSec=60
1313
# 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.
14+
# from virtiofs to tmpfs. The cp -a approach hangs and systemd continues to progress
15+
# stages which causes issues if /var never becomes read/write.
1616
# Bind-mount /sysroot/var to a separate location first (same technique as /etc overlay).
1717
ExecStart=/usr/bin/mkdir -p /run/var-lower /run/var-upper /run/var-work
1818
ExecStart=/usr/bin/mount --bind /sysroot/var /run/var-lower

0 commit comments

Comments
 (0)