Hello,
I've created a new proxmox environment with 4 nmve disk. But in the GUI and on fdisk I see only 3 disks. Syslog shows all 4 disks.
I changed the location of the disk and the setup on the pcie / nvme card and can see all serial numbres depending on the position of the nvme. But the GUI shows always only 3 disks.
Syslog shows all 4 disks
root@pve1:~# ls -l /dev/nvme*
root@pve1:~# fdisk -l | grep nvme
First I was thinking that's a hardware defect. But after 3 hours of changing and testing parts I do not believe that.
What do I miss / is there something else I can test?
BR Metz
I've created a new proxmox environment with 4 nmve disk. But in the GUI and on fdisk I see only 3 disks. Syslog shows all 4 disks.
I changed the location of the disk and the setup on the pcie / nvme card and can see all serial numbres depending on the position of the nvme. But the GUI shows always only 3 disks.
Syslog shows all 4 disks
Code:
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme0, opened
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme0, ADATA SX8200PNP, S/N:2L17xx, FW:42xx
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme0, is SMART capable. Adding to "monitor" list.
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme0, state read from /var/lib/smartmontools/smartd.ADATA_SX8200PNP-2L17xx.nvme.state
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme1, opened
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme1, ADATA SX8200PNP, S/N:2N21xx, FW:42xx
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme1, is SMART capable. Adding to "monitor" list.
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme1, state read from /var/lib/smartmontools/smartd.ADATA_SX8200PNP-2N21xx.nvme.state
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme2, opened
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme2, ADATA SX8200PNP, S/N:2N21xx, FW:42xx
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme2, is SMART capable. Adding to "monitor" list.
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme2, state read from /var/lib/smartmontools/smartd.ADATA_SX8200PNP-2N21xx.nvme.state
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme3, opened
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme3, ADATA SX8200PNP, S/N:2N28xx, FW:32xx
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme3, is SMART capable. Adding to "monitor" list.
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme3, state read from /var/lib/smartmontools/smartd.ADATA_SX8200PNP-2N28xx.nvme.state
Sep 30 20:22:04 pve1 smartd[1789]: Monitoring 5 ATA/SATA, 0 SCSI/SAS and 4 NVMe devices
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme0, state written to /var/lib/smartmontools/smartd.ADATA_SX8200PNP-2L17xx.nvme.state
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme1, state written to /var/lib/smartmontools/smartd.ADATA_SX8200PNP-2N21xx.nvme.state
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme2, state written to /var/lib/smartmontools/smartd.ADATA_SX8200PNP-2N21xx.nvme.state
Sep 30 20:22:04 pve1 smartd[1789]: Device: /dev/nvme3, state written to /var/lib/smartmontools/smartd.ADATA_SX8200PNP-2N28xx.nvme.state
root@pve1:~# ls -l /dev/nvme*
Code:
crw------- 1 root root 241, 0 Sep 30 20:22 /dev/nvme0
brw-rw---- 1 root disk 259, 1 Sep 30 20:22 /dev/nvme0n1
crw------- 1 root root 241, 1 Sep 30 20:22 /dev/nvme1
brw-rw---- 1 root disk 259, 2 Sep 30 20:22 /dev/nvme1n1
crw------- 1 root root 241, 2 Sep 30 20:22 /dev/nvme2
crw------- 1 root root 241, 3 Sep 30 20:22 /dev/nvme3
brw-rw---- 1 root disk 259, 0 Sep 30 20:22 /dev/nvme3n1
root@pve1:~# fdisk -l | grep nvme
Code:
Disk /dev/nvme3n1: 1.86 TiB, 2048408248320 bytes, 4000797360 sectors
Disk /dev/nvme0n1: 1.86 TiB, 2048408248320 bytes, 4000797360 sectors
Disk /dev/nvme1n1: 1.86 TiB, 2048408248320 bytes, 4000797360 sectors
First I was thinking that's a hardware defect. But after 3 hours of changing and testing parts I do not believe that.
What do I miss / is there something else I can test?
BR Metz