diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-10-17 14:11:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-10-17 14:12:17 +0000 |
commit | 92b39ca3217a0d3643e87553cd72bceac1158066 (patch) | |
tree | 876bce85a5db2540ba41e9f04cc5e605a1d1f6f4 /bin/ceph-info | |
parent | Releasing debian version 20170410-1. (diff) | |
download | open-infrastructure-storage-tools-92b39ca3217a0d3643e87553cd72bceac1158066.tar.xz open-infrastructure-storage-tools-92b39ca3217a0d3643e87553cd72bceac1158066.zip |
Merging upstream version 20171017.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin/ceph-info')
-rwxr-xr-x | bin/ceph-info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ceph-info b/bin/ceph-info index 4a504b2..782772a 100755 --- a/bin/ceph-info +++ b/bin/ceph-info @@ -40,7 +40,7 @@ HOST="$(hostname -f)" mkdir -p "/var/log/${SOFTWARE}/${PROGRAM}" -for INFORMATION in ceph-status ceph-df ceph-osd-df ceph-osd-tree ceph-version +for INFORMATION in ceph-status ceph-df ceph-osd-df ceph-osd-tree ceph-versions do COMMAND="$(echo ${INFORMATION} | sed -e 's|-| |g')" |