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: deletes duplicated word and clarifies an example #13746

Merged
merged 1 commit into from Mar 2, 2017
Merged
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
4 changes: 2 additions & 2 deletions doc/start/quick-ceph-deploy.rst
Expand Up @@ -12,7 +12,7 @@ explore Ceph functionality.
As a first exercise, create a Ceph Storage Cluster with one Ceph Monitor and two
Ceph OSD Daemons. Once the cluster reaches a ``active + clean`` state, expand it
by adding a third Ceph OSD Daemon, a Metadata Server and two more Ceph Monitors.
For best results, create a directory on your admin node node for maintaining the
For best results, create a directory on your admin node for maintaining the
configuration files and keys that ``ceph-deploy`` generates for your cluster. ::

mkdir my-cluster
Expand Down Expand Up @@ -56,7 +56,7 @@ configuration details, perform the following steps using ``ceph-deploy``.

ceph-deploy new {initial-monitor-node(s)}

For example::
Specify node(s) as hostname, fqdn or hostname:fqdn. For example::

ceph-deploy new node1

Expand Down