From 3e6b5bf3b0e09e6bd27939267416d5b9c280082e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 18 Sep 2018 09:00:51 +0200 Subject: Merging upstream version 20180915. Signed-off-by: Daniel Baumann --- bin/ceph-info | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/ceph-info') 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 # +# 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')" -- cgit v1.2.3