]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: add path argument to `ops` and `dump tree` to stream result to local file
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 17 Feb 2024 15:23:43 +0000 (10:23 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 22 Mar 2024 15:38:02 +0000 (11:38 -0400)
commit0607bbba4b128a4f01df71bd6b1271380c9757f5
treed0e46f5ac06290c31e72e330bd607d5873f47ed1
parentd6fde6a65d22f630e3a848e7122825fa06b5ef19
mds: add path argument to `ops` and `dump tree` to stream result to local file

This file can be collected during testing to avoid sending a large JSON result
over the `ceph tell`/asok interface.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit a1303a52af7504c3748a75ade9619c7a6c454831)
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc