We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ff8cd commit ded6574Copy full SHA for ded6574
1 file changed
os/yocto/layers/meta-dstack/recipes-kernel/linux/files/dstack.cfg
@@ -19,6 +19,14 @@ CONFIG_ISO9660_FS=y
19
CONFIG_WIREGUARD=y
20
CONFIG_TMPFS_POSIX_ACL=y
21
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
30
CONFIG_NR_CPUS=512
31
32
# BPF
0 commit comments