-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: s/osd/OSD/ if not part of a command
First attempt to unify usage of OSD over rst files. Signed-off-by: Danny Al-Gaaf <[email protected]>
- Loading branch information
Showing
10 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -412,8 +412,8 @@ on the monitor, while marking themselves ``up``. We call this scenario | |
If something is causing OSDs to 'flap' (repeatedly getting marked ``down`` and | ||
then ``up`` again), you can force the monitors to stop the flapping with:: | ||
|
||
ceph osd set noup # prevent osds from getting marked up | ||
ceph osd set nodown # prevent osds from getting marked down | ||
ceph osd set noup # prevent OSDs from getting marked up | ||
ceph osd set nodown # prevent OSDs from getting marked down | ||
|
||
These flags are recorded in the osdmap structure:: | ||
|
||
|
@@ -426,9 +426,9 @@ You can clear the flags with:: | |
ceph osd unset nodown | ||
|
||
Two other flags are supported, ``noin`` and ``noout``, which prevent | ||
booting OSDs from being marked ``in`` (allocated data) or down | ||
ceph-osds from eventually being marked ``out`` (regardless of what the | ||
current value for ``mon osd down out interval`` is). | ||
booting OSDs from being marked ``in`` (allocated data) or protect OSDs | ||
from eventually being marked ``out`` (regardless of what the current value for | ||
``mon osd down out interval`` is). | ||
|
||
.. note:: ``noup``, ``noout``, and ``nodown`` are temporary in the | ||
sense that once the flags are cleared, the action they were blocking | ||
|
@@ -454,4 +454,4 @@ current value for ``mon osd down out interval`` is). | |
.. _unsubscribe from the ceph-users email list: mailto:[email protected] | ||
.. _Inktank: http://inktank.com | ||
.. _OS recommendations: ../../../install/os-recommendations | ||
.. _ceph-devel: [email protected] | ||
.. _ceph-devel: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters