I've installed a NAND NVMe drive in a USB case and I'm encountering issues with SMART monitoring in Proxmox. I'm receiving emails from Proxmox due to this issue. The strangest part is that I can execute smartctl on the drive only after I click on the "Disks" section in the PVE GUI. Otherwise, it fails. Can anyone help me troubleshoot this?
Before Clicking on PVE > Disks:
After Clicking on PVE > Disks:
Has anyone experienced similar issues or have any insights on why the drive is only properly recognized after accessing the "Disks" section in the PVE GUI? Any help or suggestions would be greatly appreciated!
Before Clicking on PVE > Disks:
Code:
pve smartd: Opened configuration file /etc/smartd.conf
pve smartd: Configuration file /etc/smartd.conf parsed.
pve smartd: Device: /dev/sda [USB NVMe JMicron], opened
pve smartd: Device: /dev/sda [USB NVMe JMicron], NVMe Identify Controller failed
pve smartd: Unable to register NVMe device /dev/sda [USB NVMe JMicron] at line 162 of file /etc/smartd.conf
pve smartd: Device: /dev/sda [USB NVMe JMicron], not available
pve smartd: Monitoring 0 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices
After Clicking on PVE > Disks:
Code:
pve smartd: Opened configuration file /etc/smartd.conf
pve smartd: Configuration file /etc/smartd.conf parsed.
pve smartd: Device: /dev/sda [USB NVMe JMicron], opened
pve smartd: Device: /dev/sda [USB NVMe JMicron], CT1000P3SSD8, S/N:2249E68EC61B, FW:P9CR30A
pve smartd: Device: /dev/sda [USB NVMe JMicron], is SMART capable. Adding to "monitor" list.
pve smartd: Device: /dev/sda [USB NVMe JMicron], state read from /var/lib/smartmontools/smartd.CT1000P3SSD8-2249E68EC61B.nvme.state
pve smartd: Monitoring 0 ATA/SATA, 0 SCSI/SAS and 1 NVMe devices
pve smartd: Device: /dev/sda [USB NVMe JMicron], state written to /var/lib/smartmontools/smartd.CT1000P3SSD8-2249E68EC61B.nvme.state
Has anyone experienced similar issues or have any insights on why the drive is only properly recognized after accessing the "Disks" section in the PVE GUI? Any help or suggestions would be greatly appreciated!