Connecting PoweVault MD SAN to Proxmox

TheGreyRaven

New Member
Apr 25, 2025
1
0
1
Hi!

I have a Proxmox server and a PowerVault server, I have configured a virtual disk in the Dell PowerVault Modular Disk Storage Manager software like this:
1745593162008.png
There are a bunch of other virtual disk in this SAN server but they are not connected to anything yet.

In my Proxmox web interface I can see all the disks listed like this:
1745593262851.png

The highlighted disk is the disk I'm currently trying to connect to this Proxmox instance but whenever I try to wipe the disk it errors out:
Code:
found child partitions to wipe: /dev/sdg1
wiping block device /dev/sdg
dd: fdatasync failed for '/dev/sdg': Input/output error
dd: fsync failed for '/dev/sdg': Input/output error
200+0 records in
200+0 records out
TASK ERROR: error wiping '/dev/sdg': 209715200 bytes (210 MB, 200 MiB) copied, 0.299924 s, 699 MB/s

I thought maybe there were something wrong with the connection between the SAN server and Proxmox so I tried doing:
iscsiadm --mode discovery --type sendtargets --portal 172.17.0.216
But that results in connection refused.
I also do not have any active sessions.

I'm currently stuck regarding this issue, I'm not so familiar with Dell servers and SAN servers in general so any guidance or tips would be greatly appriciated!
 
Hi @TheGreyRaven , welcome to the forum

The highlighted disk is the disk I'm currently trying to connect to this Proxmox instance but whenever I try to wipe the disk it errors out:
The fact that the disk shows "Unknown" serial number suggests it's either missing or misconfigured - likely a ghost disk at this point. The I/O errors further support that.

Your screenshot shows "sdd" of the same capacity, so what makes you confident that sdg is the disk you intended to use? Your SAN should have a list of LUN serial numbers to help you correlate what's what.

Also, many of your disks appear to have existing VMFS storage, you may need to erase the disks as needed.

We often see users arrive at the forum after making multiple changes, ending up with a tangled, hard-to-diagnose setup. The best advice: start fresh. Remove the iSCSI configuration from the PVE, clear out existing sessions, double-check your SAN settings, then reconfigure and review the system state from a clean slate.

Good luck.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited: