Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

iSCSI kernel build flags #9

Closed
mister2d opened this issue Jun 24, 2023 · 1 comment
Closed

iSCSI kernel build flags #9

mister2d opened this issue Jun 24, 2023 · 1 comment

Comments

@mister2d
Copy link

mister2d commented Jun 24, 2023

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.

  • iscsi_tcp is required to start the Open-iSCSI daemon iscsid, which is commonly used to implement the control path of the iSCSI protocol.
  • dm_multipath is required to support failover for iSCSI, and also is used for additional performance.
CONFIG_ISCSI_TCP=m
CONFIG_DM_MULTIPATH=m
@milas milas closed this as completed in 9b4bb62 Jun 30, 2023
@milas
Copy link
Owner

milas commented Jul 1, 2023

Give v1.4.6 a try:

Thanks for providing the kernel options!

milas added a commit that referenced this issue May 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants