Skip to content

Commit f5a005d

Browse files
jcastillpmoravec
authored andcommitted
[block] Capture a new version of 'ls' for /dev
Capture 'ls' with the option -n for /dev Signed-off-by: Jose Castillo <[email protected]>
1 parent 3b1f1a7 commit f5a005d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sos/report/plugins/block.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def setup(self):
2626
})
2727

2828
self.add_dir_listing('/dev', tags=['ls_dev'], recursive=True)
29+
self.add_dir_listing('/dev/', recursive=True, extra_opts='n')
2930
self.add_dir_listing('/sys/block', recursive=True)
3031

3132
self.add_cmd_output("blkid -c /dev/null", tags="blkid")

0 commit comments

Comments
 (0)