Message ID | 20230506232930.195451-1-cleech@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 809CE10964 for <netdev@vger.kernel.org>; Sat, 6 May 2023 23:29:59 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AEB2468C for <netdev@vger.kernel.org>; Sat, 6 May 2023 16:29:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1683415796; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VPtwiHRcbAtbIWptlNsxTdMycjSDQHYcwJb296c1nk0=; b=MD3GQg6muZcjO4cOx8zHvE8kO0jPK+VlBYEdwfokLlKOK3NfZnWvsW47GBUFkEaGJgCO6U qD3xfTGD/pmYkkiU6p9wu/U1HsnTSA398lHfjWR6YB7lZ+GGJ0ZzkJVngVvIuBnSBLpf+m Kb5EYnXygHB5LR1JPK654ck5MdtCUg8= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-557-MQrfL2ArNjiUACkwMXTBEg-1; Sat, 06 May 2023 19:29:53 -0400 X-MC-Unique: MQrfL2ArNjiUACkwMXTBEg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id F14B129ABA00; Sat, 6 May 2023 23:29:52 +0000 (UTC) Received: from toolbox.redhat.com (unknown [10.2.16.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id 66FCD440BC; Sat, 6 May 2023 23:29:52 +0000 (UTC) From: Chris Leech <cleech@redhat.com> To: Lee Duncan <lduncan@suse.com>, linux-scsi@vger.kernel.org, open-iscsi@googlegroups.com, netdev@vger.kernel.org Cc: Chris Leech <cleech@redhat.com> Subject: [PATCH v2 00/11] Make iscsid-kernel communications namespace-aware Date: Sat, 6 May 2023 16:29:19 -0700 Message-Id: <20230506232930.195451-1-cleech@redhat.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net |
Series |
Make iscsid-kernel communications namespace-aware
|
expand
|
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?