Skip to content

Commit

Permalink
add todo for pointer on picking up issue rockstor#997
Browse files Browse the repository at this point in the history
Note on where I left off with error_logs. Parser works
but later GUI component need tweak to at least display
the raw logs.
  • Loading branch information
phillxnet committed Jan 1, 2016
1 parent d632dc2 commit bc7ab23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rockstor/system/smart.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def error_logs(device, test_mode=TESTMODE):
"""
# todo successfully returns log_l for lsi type output but it is interpreted
# todo later in GUI as "There are no errors" suspect as no summary.
# todo ie in storageadmin/js/templates/disk/disk_details_layout.jst
if not test_mode:
o, e, rc = run_command([SMART, '-l', 'error', '/dev/%s' % device],
throw=False)
Expand Down

0 comments on commit bc7ab23

Please sign in to comment.