diff options
author | Sage Weil <sage@redhat.com> | 2015-12-10 22:32:06 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2016-01-01 19:06:54 +0100 |
commit | b8630ee48cbd9cd8cdd0c46ade804b20c80c5706 (patch) | |
tree | 111eda092720e75e22e6f6f809d0c6cff5cb0b1d /src/.gitignore | |
parent | os/bluestore/BlueFS: many fixes (diff) | |
download | ceph-b8630ee48cbd9cd8cdd0c46ade804b20c80c5706.tar.xz ceph-b8630ee48cbd9cd8cdd0c46ade804b20c80c5706.zip |
ceph-bluefs-tool: simple tool to export bluefs content
Currently we just do a dump. We'll add more
functionality later.
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 3f9185002a6..71c36afeeea 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -58,6 +58,7 @@ Makefile /ceph-monstore-tool /ceph-osdomap-tool /ceph-kvstore-tool +/ceph-bluefs-tool /ceph_ver.h /dev /get_command_descriptions |