Project

General

Profile

Actions

Feature #41822

open

mgr/dashboard: enable the user to download/copy a smartctl report of a device

Added by Patrick Seidensal over 4 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Component - OSDs
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Currently the smartctl information retrieved is returned as JSON. To enable the user to copy or download such a report, we would have to either return the JSON data as received, create an own report out of it or by simply returning the smartctl output as returned from smartctl. The last option seems most meaningful to me, as this is the report that is used to be shared (for instance on the smartmontools mailing list).

To do so, the smartctl command executed by the mon needs to be adapted to return the non-JSON output, too. Then the frontend needs to be adapted to enable the user to download or copy this output.

The required smartctl command needs to have the

--json=o
argument.


Related issues 1 (1 open0 closed)

Related to Dashboard - Bug #42224: mgr/dashboard: move smart data integration to devices tabNewPatrick Seidensal

Actions
Actions #1

Updated by Patrick Seidensal over 4 years ago

  • Tracker changed from Bug to Feature
Actions #2

Updated by Patrick Seidensal over 4 years ago

  • Description updated (diff)
Actions #3

Updated by Patrick Seidensal over 4 years ago

Enable common smartctl output inside the JSON result: https://github.com/ceph/ceph/pull/30408

Actions #4

Updated by Patrick Seidensal over 4 years ago

  • Status changed from New to In Progress
Actions #5

Updated by Patrick Seidensal over 4 years ago

  • Status changed from In Progress to Fix Under Review
  • Pull request ID set to 30456
Actions #6

Updated by Patrick Seidensal over 4 years ago

  • Related to Bug #42224: mgr/dashboard: move smart data integration to devices tab added
Actions #7

Updated by Ernesto Puerta almost 3 years ago

  • Project changed from mgr to Dashboard
Actions #8

Updated by Patrick Seidensal over 2 years ago

  • Status changed from Fix Under Review to New
  • Assignee deleted (Patrick Seidensal)
  • Pull request ID deleted (30456)
Actions #9

Updated by Ernesto Puerta almost 2 years ago

  • Category set to Component - OSDs
Actions

Also available in: Atom PDF