hi,
I mounted an iSCSI share from my TrueNAS in Proxmox via Datacenter > Storage > Add > iSCSI which worked fine. I unchecked "Use LUNs directly" and tried to put LVM on the iSCSI disk. This failed, but I cannot remember the error, I think it had something to do with not being able to create a vg because of filters. I was following a guide here. So I thought I did something wrong, I started over with a new ZVOL, and since then I get this error:
Output of command pvs:
the 1t and 3t were the two ZVOLs I tried.
how can I cleanly start over?
I mounted an iSCSI share from my TrueNAS in Proxmox via Datacenter > Storage > Add > iSCSI which worked fine. I unchecked "Use LUNs directly" and tried to put LVM on the iSCSI disk. This failed, but I cannot remember the error, I think it had something to do with not being able to create a vg because of filters. I was following a guide here. So I thought I did something wrong, I started over with a new ZVOL, and since then I get this error:
Code:
create storage failed: pvcreate '/dev/disk/by-id/scsi-STrueNAS_iSCSI_Disk_960000010068006' error: Cannot use device /dev/disk/by-id/scsi-STrueNAS_iSCSI_Disk_960000010068006 with duplicates. (500)
Output of command pvs:
Code:
WARNING: Not using device /dev/sdd for PV Afzntf-jHVd-J3rC-QFbi-Ua08-z3Bd-kf4c1u.
WARNING: Not using device /dev/sdf for PV XVQsX3-i4XL-tf6f-pkPN-wHjB-Ikqt-prh2nn.
WARNING: PV Afzntf-jHVd-J3rC-QFbi-Ua08-z3Bd-kf4c1u prefers device /dev/sdc because device was seen first.
WARNING: PV XVQsX3-i4XL-tf6f-pkPN-wHjB-Ikqt-prh2nn prefers device /dev/sde because device was seen first.
PV VG Fmt Attr PSize PFree
/dev/sdc lvm2 --- 3.00t 3.00t
/dev/sde lvm2 --- 1.00t 1.00t
how can I cleanly start over?