diff --git a/templates/motd_ceph_info.erb b/templates/motd_ceph_info.erb index a490642..ab9eda1 100755 --- a/templates/motd_ceph_info.erb +++ b/templates/motd_ceph_info.erb @@ -128,16 +128,16 @@ if [ $(command -v ceph) ]; then fi # 3: test OSD - CEPH_OSD_OK=$(ceph osd tree --id ${CEPH_USERNAME} | grep -i -- "host $(hostname)" 2> /dev/null) + CEPH_OSD_OK=$(ceph osd tree | grep -i -- "host $(hostname)" 2> /dev/null) if [ "${CEPH_OSD_OK}" ]; then MSG=$(process_info "ceph-osd" "${MSG}") MSG=$(service_info "6800 6801 6802" "${MSG}") printf '%b' "\n${MSG}" - - # Reset color - printf '%b' "${RESET}\n" fi + # Reset color + printf '%b' "${RESET}\n" + fi fi ### FI CEPH