Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meta-dstack/conf/distro/dstack.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require conf/distro/cvm.conf
DISTRO = "dstack"
DISTRO_NAME = "DStack"
DISTRO_FEATURES:append = " virtualization seccomp systemd usrmerge security dm-verity"
DISTRO_FEATURES:append = " virtualization seccomp systemd usrmerge security dm-verity ipv6"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"

DISTRO_VERSION = "0.5.3"
Expand Down
1 change: 1 addition & 0 deletions meta-dstack/recipes-core/images/dstack-rootfs-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ IMAGE_INSTALL = "\
dstack-zfs \
kernel-module-tun \
kernel-module-fuse \
kernel-module-br-netfilter \
fuse3 \
fuse3-utils \
"
Expand Down
5 changes: 5 additions & 0 deletions meta-dstack/recipes-kernel/linux/files/dstack-docker.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ CONFIG_VETH=y
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
CONFIG_VXLAN=y
CONFIG_CGROUP_BPF=y

# BLK IO throttling support
CONFIG_BLK_CGROUP=y
CONFIG_BLK_DEV_THROTTLING=y
CONFIG_BLK_DEV_THROTTLING_LOW=y