]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added references from monitoring OSD to troubleshooting OSD.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 22 Feb 2013 23:34:38 +0000 (15:34 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 22 Feb 2013 23:34:38 +0000 (15:34 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/operations/monitoring-osd-pg.rst

index 24fa2c120ebc1dd9d1fd846279318c3f003715b4..a0bba1a60effe453ef2b594ee329aa620506ab26 100644 (file)
@@ -93,6 +93,10 @@ daemons that aren't running::
 If an OSD is ``down``, start it:: 
 
        sudo /etc/init.d/ceph -a start osd.1
+
+See `OSD Not Running`_ for problems associated with OSDs that stopped, or won't
+restart.
+
        
 
 PG Sets
@@ -173,10 +177,8 @@ OSDs to establish agreement on the current state of the placement group
                 |          Peering             |
 
 The OSDs also report their status to the monitor. See `Configuring Monitor/OSD
-Interaction`_ for details.
-
-.. _CRUSH map: ../crush-map
-.. _Configuring Monitor/OSD Interaction: ../../configuration/mon-osd-interaction/
+Interaction`_ for details. To troubleshoot peering issues, see `Peering
+Failure`_.
 
 
 Monitoring Placement Group States
@@ -550,9 +552,8 @@ To identify stuck placement groups, execute the following::
 
        ceph pg dump_stuck [unclean|inactive|stale]
 
-See `Placement Group Subsystem`_ for additional details. 
-
-.. _Placement Group Subsystem: ../control#placement-group-subsystem
+See `Placement Group Subsystem`_ for additional details. To troubleshoot
+stuck placement groups, see `Troubleshooting PG Errors`_.
 
 
 Finding an Object Location
@@ -605,3 +606,9 @@ the migration manually. See the  `Architecture`_ section for details.
 .. _pool: ../pools
 .. _placement group: ../placement-groups
 .. _Architecture: ../../../architecture
+.. _OSD Not Running: ../troubleshooting-osd#osd-not-running
+.. _Troubleshooting PG Errors: ../troubleshooting-osd#troubleshooting-pg-errors
+.. _Peering Failure: ../troubleshooting-osd#failures-osd-peering
+.. _CRUSH map: ../crush-map
+.. _Configuring Monitor/OSD Interaction: ../../configuration/mon-osd-interaction/
+.. _Placement Group Subsystem: ../control#placement-group-subsystem