summaryrefslogtreecommitdiffstats
path: root/bin/ceph-info
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-09-18 07:00:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-09-18 07:00:35 +0000
commit708ca3c927f26785ec421fde94c45a8261a14c3f (patch)
tree338fddb3ed5dc6e138de49a6a83952c5c001a831 /bin/ceph-info
parentAdding upstream version 20171101. (diff)
downloadopen-infrastructure-storage-tools-708ca3c927f26785ec421fde94c45a8261a14c3f.tar.xz
open-infrastructure-storage-tools-708ca3c927f26785ec421fde94c45a8261a14c3f.zip
Adding upstream version 20180915.upstream/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')"