Re: [PATCH v2 00/11] Make iscsid-kernel communications namespace-aware

2023-05-10 Thread michael . christie
On 5/6/23 4:29 PM, Chris Leech wrote: > Note that with iscsi_tcp, the connected socket will keep the network > namespace alive after container exit. The namespace will exit once the What happens for iser? Is it the same? -- You received this message because you are subscribed to the Google

[PATCH v2 00/11] Make iscsid-kernel communications namespace-aware

2023-05-06 Thread Chris Leech
This set of patches modifies the kernel iSCSI initiator communications so that they are namespace-aware. The goal is to allow multiple iSCSI daemon (iscsid) to run at once as long as they are in separate namespaces, and so that iscsid can run in containers. Container runtime environments seem to