Skip to content

Commit

Permalink
[filesys] show filesystem type in df command
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin U. Yewale <[email protected]>
  • Loading branch information
NitinYewale authored and arif-ali committed Jun 12, 2024
1 parent 56616cd commit 2afbdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/filesys.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def setup(self):
self.add_cmd_output("df -al -x autofs", root_symlink="df",
tags='df__al')
self.add_cmd_output([
"df -ali -x autofs",
"df -aliT -x autofs",
"findmnt",
"lslocks"
])
Expand Down

0 comments on commit 2afbdb4

Please sign in to comment.