Skip to content

Commit 903f005

Browse files
Christophe BessonMonstrofil
authored andcommitted
systemd-nspawn fails when a devtmpfs entry is present in /etc/fstab:
mknod(/var/lib/leapp/scratch/mounts/root_/system_overlay/dev/null) failed: File exists Ignoring such vfstype fixes the issue rhbz#2215027 (cherry picked from commit 6e470f4)
1 parent cf46e6f commit 903f005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repos/system_upgrade/common/libraries/overlaygen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from leapp.libraries.stdlib import api, CalledProcessError, run
1111

1212

13-
OVERLAY_DO_NOT_MOUNT = ('tmpfs', 'devpts', 'sysfs', 'proc', 'cramfs', 'sysv', 'vfat')
13+
OVERLAY_DO_NOT_MOUNT = ('tmpfs', 'devtmpfs', 'devpts', 'sysfs', 'proc', 'cramfs', 'sysv', 'vfat')
1414

1515
# NOTE(pstodulk): what about using more closer values and than just multiply
1616
# the final result by magical constant?... this number is most likely going to

0 commit comments

Comments
 (0)