From: Dominik Csapak <d.csapak@proxmox.com>
To: Thomas Lamprecht <t.lamprecht@proxmox.com>, pve-devel@lists.proxmox.com
Subject: Re: [PATCH v2 storage,cluster,manager 0/13] multipath: cluster-wide config, storage and health overview
Date: Tue, 7 Jul 2026 15:04:25 +0200 [thread overview]
Message-ID: <3313628c-bee9-48c1-b0a3-326399b17c8c@proxmox.com> (raw)
In-Reply-To: <20260703124707.1172980-2-t.lamprecht@proxmox.com>
had a look over the code (a bit) and that looked fine
(see the nits/comments on the individual patches).
but wanted to give a bit more high level feedback (mostly UI) here:
as dietmar already mentioned this kind of interface could be confusing
when we have NVMEoF support as that normally does not use multipath
also the split view of multipath (datacenter/node) is a pattern
we don't often use (we do for e.g. ZFS replication/ceph though)
and it has some limitations (not seeing every detail in the
cluster overview) that could be overcome with a different approach:
we could (similarly to how the pci mapping does it) have a
global grid/tree/etc. that loads the status from the individual nodes
via the api, and injects that status in the grid/tree
that way we could still have full details in a global overview,
and probably would not need the kv cache for the cluster at all
(except if we want to keep that for api consumers, which
would be understandable)
this is a pattern i'd like to use a bit more, since it gives
us the possibility to
* reuse the node local api calls
* have a 'cheap' global view that still shows details
* does not prevent us to still show a node local variant
if we don't want to do something like this, a short link
from the global to local view would be good at least.
Other than that, I'd find it better if one would not have to look
up the wwid themselves, but if we had a view of 'remote disks'
(e.g. fc, iscsi, nvme-o-f) somewhere that we could 'add into'
multipath. With that we could even warn/forbid adding nvme
disks to it at all.
(I'd filter out true local disks, if we can detect that...)
Also, I mentioned it in the patch specific feedback but i wanted
to highlight it here:
having a dynamic number of columns doesn't strike me as a
very good pattern, especially if there can be many, so having
the nodes as columns feels wrong to me...
what do you think?
prev parent reply other threads:[~2026-07-07 13:04 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-03 12:46 [PATCH v2 storage,cluster,manager 0/13] multipath: cluster-wide config, storage and health overview Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 storage 01/13] multipath: add helper library and managed configuration Thomas Lamprecht
2026-07-07 13:04 ` Dominik Csapak
2026-07-03 12:46 ` [PATCH v2 storage 02/13] api: disks: add read-only multipath status endpoint Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 storage 03/13] api: multipath: add cluster-wide configuration endpoints Thomas Lamprecht
2026-07-07 13:04 ` Dominik Csapak
2026-07-03 12:46 ` [PATCH v2 storage 04/13] multipath: add storage plugin for multipath LUNs Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 storage 05/13] lvm: allow a multipath storage as the base device Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 storage 06/13] multipath: broadcast per-node map health to the cluster KV store Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 storage 07/13] api: multipath: add cluster-wide health status endpoint Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 cluster 08/13] pmxcfs: track cluster-wide multipath configuration Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 manager 09/13] pvestatd: apply the cluster-wide multipath config on each node Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 manager 10/13] api: cluster: mount the multipath configuration endpoint Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 manager 11/13] pvestatd: broadcast multipath map health to the cluster Thomas Lamprecht
2026-07-03 12:46 ` [PATCH v2 manager 12/13] ui: dc: add multipath health matrix and config editor Thomas Lamprecht
2026-07-07 13:04 ` Dominik Csapak
2026-07-03 12:46 ` [PATCH v2 manager 13/13] ui: node: show multipath maps and their paths under Disks Thomas Lamprecht
2026-07-07 13:04 ` Dominik Csapak [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=3313628c-bee9-48c1-b0a3-326399b17c8c@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
--cc=t.lamprecht@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox