Skip to content

Commit

Permalink
[sedutil.py] Added sedutil plugin to collect SED drives info
Browse files Browse the repository at this point in the history
Now collecting Self Encrypting Drives info using sedutil utility
Signed-off-by: Bhushan Kale <[email protected]>
  • Loading branch information
BhushanSKale committed Jan 3, 2024
1 parent 75fe8d8 commit b75d4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/sedutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def setup(self):
disk, tcg_opal_dev = line[:2]
# Check if it is SED device or not
if "2" == tcg_opal_dev:
sed_list.append(line.split(" ")[0])
sed_list.append(disk)
self.do_debug(sed_list)

def do_debug(self, sed_list):
Expand Down

0 comments on commit b75d4c9

Please sign in to comment.