Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/rados/operations: POOL_NEAR_FULL on OSD_NEAR_FULL #38145

Closed
wants to merge 0 commits into from
Closed

doc/rados/operations: POOL_NEAR_FULL on OSD_NEAR_FULL #38145

wants to merge 0 commits into from

Conversation

anthonyeleven
Copy link
Contributor

@anthonyeleven anthonyeleven commented Nov 18, 2020

doc/rados/operations: POOL_NEAR_FULL on OSD_NEAR_FULL

I poked through the code to verify that a [near]full OSD triggers the same flag.
Add a quick mention of this and references to discussion in other documents.

Fixes: https://tracker.ceph.com/issues/40579
Signed-off-by: Anthony D'Atri anthony.datri@gmail.com

Checklist

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

@anthonyeleven
Copy link
Contributor Author

jenkins test docs

@anthonyeleven
Copy link
Contributor Author

jenkins render docs

@ceph-jenkins
Copy link
Collaborator

Doc render available at https://ceph--38145.org.readthedocs.build/en/38145/

@anthonyeleven
Copy link
Contributor Author

jenkins test readthedocs

@anthonyeleven
Copy link
Contributor Author

jenkins test docs/readthedocs.org:ceph

@anthonyeleven
Copy link
Contributor Author

Jenkins/GitHub seem to think that the readthedocs build is in progress, but the build itself failed. I don't see a specific retest command for that that works, so going to try doing it all in hopes of ironing over this flern.

jenkins retest this please

@anthonyeleven anthonyeleven changed the title doc/rados/operations: Address #40579 doc/rados/operations: POOL_NEAR_FULL on OSD_NEAR_FULL Nov 20, 2020
@@ -1209,3 +1212,6 @@ This warning can silenced by setting the
``mon_warn_on_osd_down_out_interval_zero`` to false::

ceph config global mon mon_warn_on_osd_down_out_interval_zero false

.. _Storage Capacity: ../configuration/mon-config-ref/#storage-capacity
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these links are not reachable. see https://ceph--38145.org.readthedocs.build/en/38145/rados/operations/health-checks/#pool-near-full

instead of using hyperlinks, i'd suggest adding labels using :ref: . see https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#cross-referencing-arbitrary-locations

for two reasons:

  • simpler this way. you can save the typing for adding the text for the link. as the section title is used for the label referencing it.
  • it is future proof. even if the file is moved around. the label is not changed. but the relative path changes accordingly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd tried that first, I couldn't get it to pass the Jenkins tests. I will revisit.

@anthonyeleven anthonyeleven deleted the anthonyeleven/docs-40579 branch November 22, 2020 07:02
@anthonyeleven
Copy link
Contributor Author

I botched this somehow trying to adjust the refs. I've opened #38231 to replace.

@ceph-jenkins
Copy link
Collaborator

Doc render available at https://ceph--38145.org.readthedocs.build/en/38145/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants