all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Felix Driessler - inett GmbH <fdriessler@inett.de>
To: "pve-devel@lists.proxmox.com" <pve-devel@lists.proxmox.com>
Subject: Re: [PATCH pve-manager/pve-storage 0/4] extend iscsi configuration
Date: Thu, 23 Apr 2026 11:19:05 +0000	[thread overview]
Message-ID: <767fb539-ab45-4cea-b07d-aa4887493adb@inett.de> (raw)
In-Reply-To: <20260327101456.16614-1-fdriessler@inett.de>

I'm replying to bump this, in case its been missed, as there hasn't been
any interaction with this patch for the past month.

> This patch series adds a WWID field and CHAP Authentication boxes for iScsi.
>
> pve-manager:
>
> The WWID field is added to:
>   - storage view
>   - file selector
>
> The WWID field is made to be only visible if a iScsi Storage is being viewed.
>
> For CHAP authentication a checkbox as well as username/password field are added,
> to allow for togglin CHAP authentication on/off.
>
> pve-storage:
>
> Adds wwid return value to iscsi_device_list to make volumes of a iScsi Storage
> easier to identify
>
> Adds required functions to allow the configuration of CHAP through the proxmox web ui.
>
> Felix Driessler (4):
>    ui: Add Display of iScsi WWID
>    ui: Add iScsi Chap Auth
>    iscsiPlugin: add WWID
>    iscsiPlugin: add chap auth
>
> pve-manager:
>   www/manager6/Utils.js               |  8 +++
>   www/manager6/form/FileSelector.js   | 81 +++++++++++++++++++++--------
>   www/manager6/storage/ContentView.js | 24 ++++++++-
>   www/manager6/storage/IScsiEdit.js   | 43 +++++++++++++++
>   4 files changed, 132 insertions(+), 24 deletions(-)
> pve-storage:
>   src/PVE/Storage/ISCSIPlugin.pm      | 142 ++++++++++++++++++++++++++++++---
>   1 file changed, 133 insertions(+), 9 deletions(-)
>
>



Felix Driessler
Junior Systems Engineer // #GernPerDU

Linux - Open Source - IT Solutions

T: +49-681-410993-0
E: fdriessler@inett.de
https://www.inett.de



inett GmbH | Altenkesseler Strasse 17 / B8 | 66115 Saarbrücken | Germany

Vertrieb: vertrieb@inett.de // +49-681-410993-33
Support: support@inett.de // +49-681-410993-42





Geschäftsführung: Marco Gabriel | Amtsgericht Saarbrücken HRB 16588

      parent reply	other threads:[~2026-04-23 11:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <f53ca227-2275-443f-84f8-48b2785269b2.2bc2ceb6-a3a3-4c49-9566-519c7d2ab20e.21103ee5-34fe-43b6-b130-08f8ab2b25ae@emailsignatures365.codetwo.com>
2026-03-27 10:14 ` [PATCH pve-manager/pve-storage 0/4] extend iscsi configuration Felix Driessler
     [not found]   ` <f53ca227-2275-443f-84f8-48b2785269b2.2bc2ceb6-a3a3-4c49-9566-519c7d2ab20e.d935a384-10c1-4974-ba2a-7adab51bb127@emailsignatures365.codetwo.com>
2026-03-27 10:14     ` [PATCH pve-manager 1/4] ui: Add Display of WWID for ISCSI Felix Driessler
     [not found]   ` <f53ca227-2275-443f-84f8-48b2785269b2.2bc2ceb6-a3a3-4c49-9566-519c7d2ab20e.5ac71d0a-bc32-41c3-8898-7681716f7a92@emailsignatures365.codetwo.com>
2026-03-27 10:14     ` [PATCH pve-manager 2/4] ui: Add CHAP Authentication " Felix Driessler
     [not found]   ` <f53ca227-2275-443f-84f8-48b2785269b2.2bc2ceb6-a3a3-4c49-9566-519c7d2ab20e.24fbb610-73bc-4d0e-8ec7-c0b5fbde4ff8@emailsignatures365.codetwo.com>
2026-03-27 10:14     ` [PATCH pve-stoage 3/4] iscsiPlugin: add wwid Felix Driessler
2026-04-23 13:06       ` Daniel Kral
2026-04-23 15:21         ` Felix Driessler - inett GmbH
     [not found]   ` <f53ca227-2275-443f-84f8-48b2785269b2.2bc2ceb6-a3a3-4c49-9566-519c7d2ab20e.6c58b149-eb37-45dd-84d7-651f4453edab@emailsignatures365.codetwo.com>
2026-03-27 10:14     ` [PATCH pve-stoage 4/4] iscsiPlugin: add chap auth Felix Driessler
     [not found]   ` <f53ca227-2275-443f-84f8-48b2785269b2.2bc2ceb6-a3a3-4c49-9566-519c7d2ab20e.cd811509-5a7f-4f83-8a2f-cdaa4c6afefd@emailsignatures365.codetwo.com>
2026-04-23 11:19     ` Felix Driessler - inett GmbH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=767fb539-ab45-4cea-b07d-aa4887493adb@inett.de \
    --to=fdriessler@inett.de \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal