Skip to content

Commit

Permalink
feat: enable NBD
Browse files Browse the repository at this point in the history
This is required by the Ceph CSI RBD plugin.

Signed-off-by: Drew Hess <src@drewhess.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
dhess authored and smira committed Dec 28, 2023
1 parent f647edd commit 2d3ca68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Expand Up @@ -1967,7 +1967,7 @@ CONFIG_CDROM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Expand Up @@ -2240,7 +2240,7 @@ CONFIG_CDROM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
Expand Down

0 comments on commit 2d3ca68

Please sign in to comment.