Skip to content

Commit a674174

Browse files
authored
Merge pull request #38 from Dstack-TEE/enable-overlay-metacopy
kernel: enable CONFIG_OVERLAY_FS_METACOPY for sysbox
2 parents 1f2c3c7 + ce9efde commit a674174

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meta-dstack/recipes-core/dstack-sysbox/files/sysbox-mgr.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=dstack-prepare.service
55

66
[Service]
77
Type=notify
8-
ExecStart=/usr/bin/sysbox-mgr --data-root /var/lib/sysbox
8+
ExecStart=/usr/bin/sysbox-mgr --data-root /var/lib/sysbox --disable-ovfs-on-idmapped-mount
99
TimeoutStartSec=45
1010
TimeoutStopSec=90
1111
StartLimitInterval=0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CONFIG_USER_NS=y
22
CONFIG_CONFIGFS_FS=y
3+
CONFIG_OVERLAY_FS_METACOPY=y

0 commit comments

Comments
 (0)