Skip to content

Commit

Permalink
[ceph_mds] Add required path parameter to dump tree
Browse files Browse the repository at this point in the history
Current output of this command without a path is:

```
Invalid command: missing required parameter root(<string>)
dump tree <root> [<depth:int>] :  dump metadata cache for subtree
admin_socket: invalid command
```

Signed-off-by: Jake Nabasny <[email protected]>
  • Loading branch information
slapcat authored and TurboTurtle committed Jul 15, 2024
1 parent b7df797 commit e98ae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/ceph_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def setup(self):
"counter schema",
"damage ls",
"dump loads",
"dump tree",
"dump tree /",
"dump_blocked_ops",
"dump_historic_ops",
"dump_historic_ops_by_duration",
Expand Down

0 comments on commit e98ae54

Please sign in to comment.