U unsichtbarre Member Oct 1, 2024 43 7 8 Aug 7, 2025 #1 What am I doing wrong here (PVE 9), going right off the docs 'systemctl restart multipath-tools.service': THX, -JB
What am I doing wrong here (PVE 9), going right off the docs 'systemctl restart multipath-tools.service': THX, -JB
bbgeek17 Distinguished Member Nov 20, 2020 5,781 2,009 228 Blockbridge www.blockbridge.com Aug 7, 2025 #2 I don't believe the service was ever called "multipath-tools". It may be a package name, but the service has always been "mutipathd". You can check via : systemctl|grep multipath Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
I don't believe the service was ever called "multipath-tools". It may be a package name, but the service has always been "mutipathd". You can check via : systemctl|grep multipath Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
U unsichtbarre Member Oct 1, 2024 43 7 8 Aug 7, 2025 #3 https://pve.proxmox.com/wiki/ISCSI_Multipath Admittedly that's out of date but it is one of the better sources of information.
https://pve.proxmox.com/wiki/ISCSI_Multipath Admittedly that's out of date but it is one of the better sources of information.
bbgeek17 Distinguished Member Nov 20, 2020 5,781 2,009 228 Blockbridge www.blockbridge.com Aug 7, 2025 #4 unsichtbarre said: Admittedly that's out of date but it is one of the better sources of information. Click to expand... It does reference the newer article. Additionally, there is some useful information here: https://kb.blockbridge.com/technote...nderstand-multipath-reporting-for-your-device Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
unsichtbarre said: Admittedly that's out of date but it is one of the better sources of information. Click to expand... It does reference the newer article. Additionally, there is some useful information here: https://kb.blockbridge.com/technote...nderstand-multipath-reporting-for-your-device Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
E emunt6 Active Member Oct 3, 2022 196 46 33 Aug 7, 2025 #5 Hi! Code: $> service multipathd reload Do no use "restart", it will lose storage, use "reload" which is not.
Hi! Code: $> service multipathd reload Do no use "restart", it will lose storage, use "reload" which is not.