adamksmith
  • Joined on 2024-06-10
adamksmith opened issue adamksmith/jbod-monitor#1 2026-03-07 06:34:05 +00:00
Replace in-memory TTL cache with Redis for SMART data caching
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:36:56 +00:00
8ea8fdef08 Hide health status on RAID virtual disks in host drives section
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:32:09 +00:00
1dd40a1181 Enumerate physical drives behind RAID via smartctl megaraid passthrough
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:21:44 +00:00
98e435674c Fix smart_supported: treat null smart_support as unsupported
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:19:23 +00:00
9ee701c749 Fix smart_supported detection for RAID controllers without SMART
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 05:16:45 +00:00
798308d2bf Add host drives section for non-enclosure drives
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:57:42 +00:00
927a5ccf3a Add ledctl locate/off LED controls to drive detail modal
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:48:49 +00:00
51e6b49830 Make table view full-width and add fixed column layout
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:44:45 +00:00
a25ce4ae21 Add ZFS drive state (ONLINE/FAULTED/DEGRADED) to UI
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:34:46 +00:00
cea4db53fd Resolve multipath dm devices to underlying sd devices for ZFS pool map
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:20:45 +00:00
3280d66888 Fix vdev parsing: use leading whitespace count instead of tab count
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:14:15 +00:00
3ef7061aa5 Add ZFS vdev exposure in API and frontend
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 04:04:16 +00:00
10de5563b2 Use nsenter with pid:host to run zpool in host mount namespace
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:48:46 +00:00
034219c75e Set LD_LIBRARY_PATH only for zpool subprocess, not globally
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:46:57 +00:00
4c033981c1 Fix ZFS pool detection: bind-mount host zpool binary and libs
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:41:36 +00:00
861f9279c4 Implement full JBOD monitor frontend from design JSX
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:31:25 +00:00
284943c185 Fix SCSI firmware field name (scsi_revision)
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:29:33 +00:00
4a2cbcaaec Fix SCSI/SAS drive identity fields (model, wwn, firmware)
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:23:46 +00:00
78556bbfee Fix SPA serving conflicting with API routes
adamksmith pushed to main at adamksmith/jbod-monitor 2026-03-07 03:12:05 +00:00
fdafb15b23 Sort slots numerically instead of lexicographically