diff options
author | Alfredo Deza <alfredo@deza.pe> | 2017-08-21 22:52:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 22:52:10 +0200 |
commit | 60eb0e58d94df8205f9436b34ac8cec5ffda726c (patch) | |
tree | 89307fc6a146af579783ee939e97492155da391d /debian | |
parent | Merge pull request #17068 from ceph/ceph-volume-docs (diff) | |
parent | debian: include ceph-volume-systemd CLI tool (diff) | |
download | ceph-60eb0e58d94df8205f9436b34ac8cec5ffda726c.tar.xz ceph-60eb0e58d94df8205f9436b34ac8cec5ffda726c.zip |
Merge pull request #17097 from ceph/wip-bz1478599
ceph-volume: Use a delimited CLI output parser instead of JSON
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/ceph-osd.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ceph-osd.install b/debian/ceph-osd.install index bda15ad1789..f5fccd9509c 100644 --- a/debian/ceph-osd.install +++ b/debian/ceph-osd.install @@ -11,6 +11,7 @@ usr/lib/libosd_tp.so* usr/lib/python*/dist-packages/ceph_disk* usr/sbin/ceph-disk usr/sbin/ceph-volume +usr/sbin/ceph-volume-systemd usr/lib/python*/dist-packages/ceph_volume/* usr/lib/python*/dist-packages/ceph_volume-* usr/share/man/man8/ceph-clsinfo.8 |