Hello,
I'm in the process of setting up a HP MSA2040 SAN to work with Proxmox. As I just started using a SAN, I have a little over zero knowledge of these things, so there most probably will be errors in my setup (or terms I don't use correctly).
Current status is:
- MSA2040 is connected via DAC with 4 cables to two PVE hosts (clustered)
- I have not setup multipath (as I don't understand the documentation, yet)
- "iscsiadm" can find the iSCSI target
- I have added an iSCSI storage in Proxmox VE ("Use LUNs directly" is unchecked)
Now, when I try to add a LVM storage on top of my iSCSI target, I can select the LUN 1 from the dropdown list, but get this error message when clicking on "Add":
Google didn't find anything useful.
What am I doing wrong here?
I'm in the process of setting up a HP MSA2040 SAN to work with Proxmox. As I just started using a SAN, I have a little over zero knowledge of these things, so there most probably will be errors in my setup (or terms I don't use correctly).
Current status is:
- MSA2040 is connected via DAC with 4 cables to two PVE hosts (clustered)
- I have not setup multipath (as I don't understand the documentation, yet)
- "iscsiadm" can find the iSCSI target
- I have added an iSCSI storage in Proxmox VE ("Use LUNs directly" is unchecked)
Now, when I try to add a LVM storage on top of my iSCSI target, I can select the LUN 1 from the dropdown list, but get this error message when clicking on "Add":
Code:
create storage failed: pvcreate '/dev/disk/by-id/scsi-SHP_MSA_2040_SAN_00c0ff277b3d0000819b3c6201000000' error:
Cannot use /dev/disk/by-id/scsi-SHP_MSA_2040_SAN_00c0ff277b3d0000819b3c6201000000: device is too small (pv_min_size) (500)
Google didn't find anything useful.
Code:
atl-vm03:~# pveversion
pve-manager/7.1-12/b3c09de3 (running kernel: 5.13.19-6-pve)
Code:
atl-vm03:~# ls -l /dev/disk/by-id/ | grep scsi | grep -v sda
lrwxrwxrwx 1 root root 9 2022-04-27 16:35 scsi-0HP_MSA_2040_SAN_113237343563660000c0ff277c330000c0a8781c00c0ff277b3d0000c0a8781b -> ../../sdb
lrwxrwxrwx 1 root root 9 2022-04-27 16:35 scsi-3600c0ff000277b3d819b3c6201000000 -> ../../sdb
lrwxrwxrwx 1 root root 9 2022-04-27 16:35 scsi-SHP_MSA_2040_SAN_00c0ff277b3d0000819b3c6201000000 -> ../../sdb
Code:
atl-vm03:~# lsblk | grep sdb
sdb 8:16 0 5.2T 0 disk
What am I doing wrong here?