Skip to content

NvmePlugin update#134

Merged
alexandraBara merged 9 commits intodevelopmentfrom
alex_nvme
Feb 26, 2026
Merged

NvmePlugin update#134
alexandraBara merged 9 commits intodevelopmentfrom
alex_nvme

Conversation

@alexandraBara
Copy link
Collaborator

@alexandraBara alexandraBara commented Feb 24, 2026

Added cmd for collection:

nvme list -o json

Skipping nvme checks if nvme cli is not installed. So instead of this:

NvmePlugin              | EXECUTION_FAILURE | Collection error: task failed to run (7 warnings: Failed to execute NVMe         |
|                         |                   | command: 'nvme smart-log /dev/nvme0', Failed to execute NVMe command: 'nvme      |
|                         |                   | error-log /dev/nvme0 --log-entries=256', Failed to execute NVMe command: 'nvme   |
|                         |                   | id-ctrl /dev/nvme0', Failed to execute NVMe command: 'nvme id-ns /dev/nvme0n1',  |
|                         |                   | Failed to execute NVMe command: 'nvme fw-log /dev/nvme0', Failed to execute NVMe |
|                         |                   | command: 'nvme self-test-log /dev/nvme0', Failed to execute NVMe command: 'nvme  |
|                         |                   | get-log /dev/nvme0 --log-id=6 --log-len=512'; 1 errors: Exception: [Errno 2] No  |
|                         |                   | such file or directory: '/dev/nvme0_telemetry_log.bin')    

we now get:

  2026-02-24 09:14:23 CST       INFO               nodescraper | Log path: ./scraper_logs_ausalexbara02_2026_02_24-09_14_23_AM
  2026-02-24 09:14:23 CST       INFO               nodescraper | System Name: ausalexbara02
  2026-02-24 09:14:23 CST       INFO               nodescraper | System SKU: None
  2026-02-24 09:14:23 CST       INFO               nodescraper | System Platform: None
  2026-02-24 09:14:23 CST       INFO               nodescraper | System location: SystemLocation.LOCAL
  2026-02-24 09:14:23 CST       INFO               nodescraper | Initializing connection manager for InBandConnectionManager with default args
  2026-02-24 09:14:23 CST       INFO               nodescraper | --------------------------------------------------
  2026-02-24 09:14:23 CST       INFO               nodescraper | Running plugin NvmePlugin
  2026-02-24 09:14:23 CST       INFO               nodescraper | Initializing connection: InBandConnectionManager
  2026-02-24 09:14:23 CST       INFO               nodescraper | Using local shell
  2026-02-24 09:14:23 CST       INFO               nodescraper | Checking OS family
  2026-02-24 09:14:23 CST       INFO               nodescraper | OS Family: LINUX
  2026-02-24 09:14:23 CST       INFO               nodescraper | Running data collector: NvmeCollector
  2026-02-24 09:14:23 CST       INFO               nodescraper | (NvmePlugin) nvme CLI not found; NVMe collection skipped (1 warnings: nvme CLI not found; install nvme-cli to collect NVMe data)
  2026-02-24 09:14:23 CST       INFO               nodescraper | Closing connections
  2026-02-24 09:14:23 CST       INFO               nodescraper | Running result collators
  2026-02-24 09:14:23 CST       INFO               nodescraper | Running TableSummary result collator
  2026-02-24 09:14:23 CST       INFO               nodescraper |

+-------------------------+--------+-----------------------------+
| Connection              | Status | Message                     |
+-------------------------+--------+-----------------------------+
| InBandConnectionManager | OK     | task completed successfully |
+-------------------------+--------+-----------------------------+

+------------+---------+----------------------+
| Plugin     | Status  | Message              |
+------------+---------+----------------------+
| NvmePlugin | NOT_RAN | Plugin tasks not ran |
+------------+---------+----------------------+

  2026-02-24 09:14:23 CST       INFO               nodescraper | Data written to csv file: ./scraper_logs_ausalexbara02_2026_02_24-09_14_23_AM/nodescraper.csv

@alexandraBara alexandraBara marked this pull request as draft February 24, 2026 23:35
@alexandraBara alexandraBara marked this pull request as ready for review February 25, 2026 16:17
@alexandraBara alexandraBara merged commit a5eb699 into development Feb 26, 2026
6 checks passed
@alexandraBara alexandraBara deleted the alex_nvme branch February 26, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant