milas / rock5-talos

[**DEPRECATED** - see link for replacement!] Friendly fork of Talos Linux for the Radxa Rock 5 SBCs
https://github.com/milas/talos-sbc-rk3588
Mozilla Public License 2.0
16 stars 3 forks source link

iSCSI kernel build flags #9

Closed mister2d closed 1 year ago

mister2d commented 1 year ago

Feature Request

Enable the BSP kernel to run iSCSI workloads for OpenEBS Jiva replicated storage on Talos Linux.

Description

Please include CONFIG_ISCSI_TCP and CONFIG_DM_MULTIPATH in the kernel build.

CONFIG_ISCSI_TCP=m
CONFIG_DM_MULTIPATH=m
milas commented 1 year ago

Give v1.4.6 a try:

https://github.com/milas/rock5-talos/blob/4c93d43cdfe4ab15846a1bbab501658b17765d34/hack/boards/defconfig/rockchip_linux_defconfig#L540

https://github.com/milas/rock5-talos/blob/4c93d43cdfe4ab15846a1bbab501658b17765d34/hack/boards/defconfig/rockchip_linux_defconfig#L560

Thanks for providing the kernel options!