Fix typo
Change-Id: Iecd4559ad4f153aa0c538306383b75648fabcfd6
Related-PROD: PROD-34584
diff --git a/ceph/meta/prometheus.yml b/ceph/meta/prometheus.yml
index 0c9da93..d2ef410 100644
--- a/ceph/meta/prometheus.yml
+++ b/ceph/meta/prometheus.yml
@@ -72,7 +72,7 @@
service: ceph
annotations:
summary: "{% endraw %}{{100*threshold}}{% raw %}% of Ceph space is used"
- description: "{{ $ value }} bytes of Ceph OSD space (>={% endraw %}{{100*threshold}}{% raw %}%) is used for 3 minutes. For details, run 'ceph df'."
+ description: "{{ $value }} bytes of Ceph OSD space (>={% endraw %}{{100*threshold}}{% raw %}%) is used for 3 minutes. For details, run 'ceph df'."
{%- endraw %}
{%- if setup.pool is defined %}
{%- for pool_name, pool in setup.pool.iteritems() %}
@@ -237,7 +237,7 @@
service: ceph
annotations:
summary: "{% endraw %}{{100*threshold}}{% raw %}% of Ceph space is used"
- description: "{{ $ value }} bytes of Ceph OSD space (>={% endraw %}{{100*threshold}}{% raw %}%) is used for 3 minutes. For details, run 'ceph df'."
+ description: "{{ $value }} bytes of Ceph OSD space (>={% endraw %}{{100*threshold}}{% raw %}%) is used for 3 minutes. For details, run 'ceph df'."
CephOsdPgNumTooHighWarning:
{%- endraw %}
{%- set threshold = monitoring.osd_pgnum_warning %}