nvme0n1 Unknown
-
Works OK here:
[24.08-DEVELOPMENT][root@6100-3.stevew.lan]/root: smartctl -a /dev/nvme0 smartctl 7.4 2023-08-01 r5530 [FreeBSD 15.0-CURRENT amd64] (local build) Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Number: M.2 (P80) 3TE6 Serial Number: BCA12107210770235 Firmware Version: V20B09 PCI Vendor/Subsystem ID: 0x1bc0 IEEE OUI Identifier: 0x24693e Controller ID: 0 NVMe Version: 1.3 Number of Namespaces: 1 Namespace 1 Size/Capacity: 120,034,123,776 [120 GB] Namespace 1 Formatted LBA Size: 512 Namespace 1 IEEE EUI-64: 24693e 78490bc0bb Local Time is: Tue Jun 25 19:43:54 2024 BST Firmware Updates (0x02): 1 Slot Optional Admin Commands (0x0006): Format Frmw_DL Optional NVM Commands (0x000f): Comp Wr_Unc DS_Mngmt Wr_Zero Log Page Attributes (0x03): S/H_per_NS Cmd_Eff_Lg Maximum Data Transfer Size: 256 Pages Warning Comp. Temp. Threshold: 70 Celsius Critical Comp. Temp. Threshold: 85 Celsius Supported Power States St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat 0 + 6.50W - - 0 0 0 0 5 5 1 + 5.80W - - 1 1 1 1 30 30 2 + 3.60W - - 2 2 2 2 100 100 3 - 0.0500W - - 3 3 3 3 5000 10000 4 - 0.0025W - - 4 4 4 4 5000 45000 Supported LBA Sizes (NSID 0x1) Id Fmt Data Metadt Rel_Perf 0 + 512 0 0 === START OF SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED SMART/Health Information (NVMe Log 0x02) Critical Warning: 0x00 Temperature: 45 Celsius Available Spare: 100% Available Spare Threshold: 1% Percentage Used: 0% Data Units Read: 102,556 [52.5 GB] Data Units Written: 933,057 [477 GB] Host Read Commands: 1,461,531 Host Write Commands: 46,027,016 Controller Busy Time: 27 Power Cycles: 201 Power On Hours: 3,656 Unsafe Shutdowns: 137 Media and Data Integrity Errors: 0 Error Information Log Entries: 27 Warning Comp. Temperature Time: 0 Critical Comp. Temperature Time: 0 Temperature Sensor 1: 66 Celsius Temperature Sensor 2: 45 Celsius Temperature Sensor 3: 45 Celsius Temperature Sensor 4: 46 Celsius Thermal Temp. 1 Transition Count: 2 Thermal Temp. 1 Total Time: 157498 Error Information (NVMe Log 0x01, 16 of 64 entries) No Errors Logged Self-tests not supported
What exactly are you seeing?
-
Oh in the widget?
-
@stephenw10 In the widget Yes.
Ted -
Ok looks like the way the drive devices are presented has changed slightly. nvme0n1 doesn't exist in 24.03. Digging.
-
@stephenw10 In that case, I'll roll the dice after hours. :)
-
Mmm, digging into what changed but it doesn't appear to be anything more than cosmetic. You can just exclude it from the widget manually for now.
-
@stephenw10 The ZFS widget is broken like it was when 24.03 was first being tested. Everything else is good so far!
-
Hmm, that was broken in earlier snaps but should be fixed now.
Check /usr/local/pfSense/include/Netgate/Services/ZFS/LibZFS.php line 109 should be:
zfsState = zfs.asdict()
Assuming you do have ZFS pools on that system.
-
@stephenw10 Yeah, it's there. It's not a big deal. Everything else is working fine. Thanks.
try: zfs = libzfs.ZFS() zfsState = zfs.asdict() jsonOutput = json.dumps(zfsState, default=str) except Exception:
-
Hmm and
zpool status
returns the correct values? -
@stephenw10 Yes sir.
-
Does it appear if you refresh the dashboard a few times? The values used there are cached.
-
@stephenw10 Yes I have including a manual reboot (post-upgrade). I'm really not worried about it. Just thought you might want to know. Thanks.
-
Hmm, curious. Yes, that should be working .
-
Try clearing the cache with:
rm -rf /tmp/symfony-cache
-
@stephenw10 No change - even with an incognito window or logging in from another device. I remember this came up exactly the same way during the early 24.03 development cycle, so let me scroll back through some of the older threads to see what you suggested before to fix it. Thanks.
-
Yeah it came up during early 24.08 testing internally because of a change to the python zfs library, but that should be fixed.
-
@stephenw10 Thanks - AS ALWAYS!
-
Issue can be tracked at https://redmine.pfsense.org/issues/15586