OCF RA: fix variable name

This commit is contained in:
Florian Haas 2012-01-05 22:33:32 +01:00 committed by Sage Weil
parent b3f8b55dd7
commit c83b2a0bd1

View File

@ -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