summaryrefslogtreecommitdiffstats
path: root/bin/ceph-info
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-09-18 07:00:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-09-18 07:00:59 +0000
commit3e6b5bf3b0e09e6bd27939267416d5b9c280082e (patch)
tree9fdac2bedcc6630d293bd7d0ea5705e7703e70d3 /bin/ceph-info
parentReleasing debian version 20171101-3. (diff)
downloadopen-infrastructure-storage-tools-3e6b5bf3b0e09e6bd27939267416d5b9c280082e.tar.xz
open-infrastructure-storage-tools-3e6b5bf3b0e09e6bd27939267416d5b9c280082e.zip
Merging upstream version 20180915.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin/ceph-info')
-rwxr-xr-xbin/ceph-info4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ceph-info b/bin/ceph-info
index 782772a..845e306 100755
--- a/bin/ceph-info
+++ b/bin/ceph-info
@@ -3,6 +3,8 @@
# storage-tools - Additional utilities to manage storage related tasks
# Copyright (C) 2014-2017 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
+# SPDX-License-Identifier: GPL-3.0+
+#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -40,7 +42,7 @@ HOST="$(hostname -f)"
mkdir -p "/var/log/${SOFTWARE}/${PROGRAM}"
-for INFORMATION in ceph-status ceph-df ceph-osd-df ceph-osd-tree ceph-versions
+for INFORMATION in ceph-status ceph-health-detail ceph-df ceph-osd-df ceph-osd-tree ceph-versions
do
COMMAND="$(echo ${INFORMATION} | sed -e 's|-| |g')"