Skip to content

Commit 762fdb9

Browse files
authored
Merge pull request #78 from DataDog/mayeul/nbd-kernel-modules
Add NBD kernel modules
2 parents 1a42dac + 49f0631 commit 762fdb9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Datadog-specific kernel configs kept in a separate fragment to avoid
2+
# merge conflicts with upstream.
3+
4+
# Network block device support
5+
CONFIG_BLK_DEV_NBD=y
6+
7+
# MD (RAID) and device-mapper support
8+
CONFIG_MD=y
9+
CONFIG_BLK_DEV_DM_BUILTIN=y
10+
CONFIG_BLK_DEV_DM=y
11+
12+
# Btrfs filesystem support
13+
CONFIG_BTRFS_FS=y
14+
15+
# F2FS filesystem support
16+
CONFIG_F2FS_FS=y

0 commit comments

Comments
 (0)