diff options
author | Zac Dover <zac.dover@proton.me> | 2024-04-22 08:59:15 +0200 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2024-04-22 09:10:06 +0200 |
commit | 3c2e8d35a9ab3f78619bfbe32b2017cd47ffb3ff (patch) | |
tree | 312dc9e1b7fcc50c035b9ed94aabd97b2e25ecff /doc/rados/operations/health-checks.rst | |
parent | Merge pull request #56353 from myoungwon/wip-apply-shallow-copy-rbm-overwrite (diff) | |
download | ceph-3c2e8d35a9ab3f78619bfbe32b2017cd47ffb3ff.tar.xz ceph-3c2e8d35a9ab3f78619bfbe32b2017cd47ffb3ff.zip |
doc/rados: remove redundant pg repair commands
Incorporate the material in /doc/rados/operations/pg-repair into
/doc/rados/troubleshooting/troubleshooting-pg. Remove
/doc/rados/operations/pg-repair from the documentation. Redirect all
links to the old location to the new location.
Signed-off-by: Zac Dover <zac.dover@proton.me>
Diffstat (limited to 'doc/rados/operations/health-checks.rst')
-rw-r--r-- | doc/rados/operations/health-checks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rados/operations/health-checks.rst b/doc/rados/operations/health-checks.rst index 54bfd427967..6f3ca281bbf 100644 --- a/doc/rados/operations/health-checks.rst +++ b/doc/rados/operations/health-checks.rst @@ -962,7 +962,7 @@ or ``snaptrim_error`` flag set, which indicates that an earlier data scrub operation found a problem, or (2) have the *repair* flag set, which means that a repair for such an inconsistency is currently in progress. -For more information, see :doc:`pg-repair`. +For more information, see :doc:`../troubleshooting/troubleshooting-pg`. OSD_SCRUB_ERRORS ________________ @@ -970,7 +970,7 @@ ________________ Recent OSD scrubs have discovered inconsistencies. This alert is generally paired with *PG_DAMAGED* (see above). -For more information, see :doc:`pg-repair`. +For more information, see :doc:`../troubleshooting/troubleshooting-pg`. OSD_TOO_MANY_REPAIRS ____________________ |