Skip to content

Commit ded6574

Browse files
committed
fix: enable kernel quota and loop support
1 parent f2ff8cd commit ded6574

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • os/yocto/layers/meta-dstack/recipes-kernel/linux/files

os/yocto/layers/meta-dstack/recipes-kernel/linux/files/dstack.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ CONFIG_ISO9660_FS=y
1919
CONFIG_WIREGUARD=y
2020
CONFIG_TMPFS_POSIX_ACL=y
2121
CONFIG_TMPFS_XATTR=y
22+
23+
# Enforce per-directory limits on shared ext4 data disks.
24+
CONFIG_QUOTA=y
25+
CONFIG_QFMT_V2=y
26+
27+
# Support filesystem images used to isolate workload storage.
28+
CONFIG_BLK_DEV_LOOP=y
29+
2230
CONFIG_NR_CPUS=512
2331

2432
# BPF

0 commit comments

Comments
 (0)