I connect the ISCSI to my proxmox and I can see the LUN from proxmox, but when I create SR and not check "use luns directly" it check it by default and cannot uncheck it, the I tried to add LVM on top of ISCSI but I got the following error
create storage failed: error with cfs lock 'file-storage_cfg': pvcreate '/dev/disk/by-id/scsi-3600a098000ab0a2a000018795aef3030' error: Device /dev/disk/by-id/scsi-3600a098000ab0a2a000018795aef3030 not found (or ignored by filtering). (500)
when I check fdisk on node I see two disk for the same target
root@pve1:/var/log# fdisk -l
Disk /dev/sda: 418.6 GiB, 449495171072 bytes, 877920256 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 93DA2F58-D346-4203-9BBB-B562F8790832
Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 528383 524288 256M EFI System
/dev/sda3 528384 877920222 877391839 418.4G Linux LVM
Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdb: 1.6 TiB, 1782658891776 bytes, 3481755648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdc: 1.6 TiB, 1782658891776 bytes, 3481755648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Thanks in advance