{% extends "!page.html" %} {% block body %} {%- if release == 'dev' %}

Notice

This document is for a development version of Ceph.

{%- endif %} {%- if is_release_eol %}

Warning

This document is for an unsupported version of Ceph.

{%- endif %} {%- if not is_release_eol %}
Report a Documentation Bug
{%- endif %} {{ super() }}

Brought to you by the Ceph Foundation

The Ceph Documentation is a community resource funded and hosted by the non-profit Ceph Foundation. If you would like to support this and our other efforts, please consider joining now.

{% endblock %}