I know this is like the 5th post in a week about Proxmox. Sorry everyone. I’m almost done I promise. Since I’ve been setting up multipathing on Proxmox on a number of protocols over the last couple of weeks I wanted a quick way to see the status of the paths. You can of course go to the CLI and run multipath -ll or nvme list-subsys or however else you like to see it. Coming from vSphere having this info in the API and the GUI made me spoiled. So I fixed it. I (well me an some AI) wrote a “plugin” that extends the API and the GUI to expose this information. It’s all here: https://github.com/PureStorage-OpenConnect/proxmox-multipath-display This is of course all not supported by anyone or anything so use it at your own risk. I also only tested it on 9.1.4. So if you’re not running that I’m not sure if it will work or not.
And here are a couple of screen shots to show what I’m talking about:


Go check it out if you want. Couple more things coming around automatic configuration from the CLI or GUI of mulitpathed iscsi and nvme-tcp. Maybe next week.