ZFS creation error

Oct 9, 2024
230
8
18
when I try to create ZFS it gives me this error, can anyone tell me why?


command '/sbin/zpool create -o 'ashift=12' Datastore1 raidz /dev/disk/by-id/scsi-2001b4d20a68b3801 /dev/disk/by-id/scsi-2001b4d20a68b4806 /dev/disk/by-id/scsi-2001b4d20a68b4806 /dev/disk/by-id/scsi-2001b4d20a68b4806' failed: exit code 1
 
Looks like generated by gui ?
This is ok: "ls -l /dev/disk/by-id/scsi-2001b4d20a68b3801 /dev/disk/by-id/scsi-2001b4d20a68b4806 /dev/disk/by-id/scsi-2001b4d20a68b4806 /dev/disk/by-id/scsi-2001b4d20a68b4806" ?
If above is ok then this: "zpool create -o ashift=12 Datastore1 raidz1 /dev/disk/by-id/scsi-2001b4d20a68b3801 /dev/disk/by-id/scsi-2001b4d20a68b4806 /dev/disk/by-id/scsi-2001b4d20a68b4806 /dev/disk/by-id/scsi-2001b4d20a68b4806" ?
 
a strange thing is happening to me, I have 4 HDDs if I put them in this node it gives me 4 identical serial numbers, and an unknown brand, if instead I put them in another node it gives me the right brand and 4 different serial numbers, how is something like this possible?
 
  • Like
Reactions: waltar
a strange thing is happening to me, I have 4 HDDs if I put them in this node it gives me 4 identical serial numbers, and an unknown brand, if instead I put them in another node it gives me the right brand and 4 different serial numbers, how is something like this possible?
Maybe they are running different Proxmox kernel versions? Some drives need special quirks and they might not have been implemented yet in an older kernel. Or update the PCI identification database with update-pciids ?