diff options
author | John Spray <john.spray@redhat.com> | 2015-01-02 18:48:25 +0100 |
---|---|---|
committer | John Spray <john.spray@redhat.com> | 2015-01-16 01:45:25 +0100 |
commit | 2f3160636b836399b38c79299b7ef2618a4bb67a (patch) | |
tree | 0cb38f3aff2743f46aa3d84c47466b4bfacaba9c /debian | |
parent | mds: give MDSTables a `rank` attribute (diff) | |
download | ceph-2f3160636b836399b38c79299b7ef2618a4bb67a.tar.xz ceph-2f3160636b836399b38c79299b7ef2618a4bb67a.zip |
tools: create cephfs-table-tool
It was unnatural to shoehorn resetting tables
into the journaltool. This new tool initially
can simply dump or reset the session/snap/ino
tables, and would also be a place for any
more complex operations in future.
Signed-off-by: John Spray <john.spray@redhat.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/ceph-mds.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ceph-mds.install b/debian/ceph-mds.install index df3cbe4e637..e76a3a1916b 100644 --- a/debian/ceph-mds.install +++ b/debian/ceph-mds.install @@ -1,3 +1,4 @@ usr/bin/ceph-mds usr/bin/cephfs-journal-tool +usr/bin/cephfs-table-tool usr/share/man/man8/ceph-mds.8 |