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: Fix Spelling Error of Rados Deployment/Operations #23746

Merged
merged 1 commit into from Aug 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/rados/deployment/ceph-deploy-install.rst
Expand Up @@ -41,6 +41,6 @@ On a Debian or Ubuntu system, you may also::

ceph-deploy purge {hostname [hostname] ...}

The tool will unininstall ``ceph`` packages from the specified hosts. Purge
The tool will uninstall ``ceph`` packages from the specified hosts. Purge
additionally removes configuration files.

2 changes: 1 addition & 1 deletion doc/rados/operations/monitoring-osd-pg.rst
Expand Up @@ -87,7 +87,7 @@ daemons that are not running::
1 ssd 1.00000 osd.1 down 1.00000 1.00000

.. tip:: The ability to search through a well-designed CRUSH hierarchy may help
you troubleshoot your cluster by identifying the physcial locations faster.
you troubleshoot your cluster by identifying the physical locations faster.

If an OSD is ``down``, start it::

Expand Down
2 changes: 1 addition & 1 deletion doc/rados/operations/monitoring.rst
Expand Up @@ -206,7 +206,7 @@ on the number of replicas, clones and snapshots.
- **OBJECTS:** The notional number of objects stored per pool.

.. note:: The numbers in the **POOLS** section are notional. They are not
inclusive of the number of replicas, shapshots or clones. As a result,
inclusive of the number of replicas, snapshots or clones. As a result,
the sum of the **USED** and **%USED** amounts will not add up to the
**RAW USED** and **%RAW USED** amounts in the **GLOBAL** section of the
output.
Expand Down