---
 src/ocf/ceph.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/ocf/ceph.in b/src/ocf/ceph.in
index 9db1bc9..9448a29 100644
--- a/src/ocf/ceph.in
+++ b/src/ocf/ceph.in
@@ -16,15 +16,15 @@ ceph_meta_data() {
     case $__SCRIPT_NAME in
        "osd")
            longdesc="Wraps the ceph init script to provide an OCF resource 
agent that manages and monitors the Ceph OSD service."
-           longdesc="Manages a Ceph OSD instance."
+           shortdesc="Manages a Ceph OSD instance."
            ;;
        "mds")
            longdesc="Wraps the ceph init script to provide an OCF resource 
agent that manages and monitors the Ceph MDS service."
-           longdesc="Manages a Ceph MDS instance."
+           shortdesc="Manages a Ceph MDS instance."
            ;;
        "mon")
            longdesc="Wraps the ceph init script to provide an OCF resource 
agent that manages and monitors the Ceph MON service."
-           longdesc="Manages a Ceph MON instance."
+           shortdesc="Manages a Ceph MON instance."
            ;;
     esac
     
-- 
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to