2018-10-01 23:54:19 +00:00
{% extends "!page.html" %}
{% block body %}
2020-12-01 07:16:15 +00:00
{%- if release == 'dev' %}
< div id = "dev-warning" class = "admonition note" >
2018-10-01 23:54:19 +00:00
< p class = "first admonition-title" > Notice< / p >
< p class = "last" > This document is for a development version of Ceph.< / p >
< / div >
2020-12-01 07:16:15 +00:00
{%- endif %}
2018-10-01 23:54:19 +00:00
2020-12-01 07:00:54 +00:00
{%- if is_release_eol %}
< div id = "eol-warning" class = "admonition warning" >
2018-10-01 23:54:19 +00:00
< p class = "first admonition-title" > Warning< / p >
< p class = "last" > This document is for an unsupported version of Ceph.< / p >
< / div >
2020-12-01 07:00:54 +00:00
{%- endif %}
2018-10-01 23:54:19 +00:00
2020-12-01 06:56:23 +00:00
{%- if not is_release_eol %}
2021-02-11 14:18:22 +00:00
< div id = "docubetter" align = "right" style = "padding: 5px; font-weight: bold;" >
2020-12-01 06:56:23 +00:00
< a href = "https://pad.ceph.com/p/Report_Documentation_Bugs" > Report a Documentation Bug< / a >
< / div >
{%- endif %}
2018-10-01 23:54:19 +00:00
{{ super() }}
2023-08-03 23:10:38 +00:00
< div id = "support-the-ceph-foundation" class = "admonition note" >
< p class = "first admonition-title" > Brought to you by the Ceph Foundation< / p >
< p class = "last" > The Ceph Documentation is a community resource funded and hosted by the non-profit < a href = "https://ceph.io/en/foundation/" > Ceph Foundation< / a > . If you would like to support this and our other efforts, please consider < a href = "https://ceph.io/en/foundation/join/" > joining now< / a > .< / p >
< / div >
2018-10-01 23:54:19 +00:00
{% endblock %}