summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-04-11 12:36:17 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-04-11 12:36:17 -0700
commita01bc3d051315e30458fa25743680d03ab5f2d42 (patch)
tree290459fc30e61b63436fe78383126acda54031e8
parent74cdbc3c9032cad5ff5af0e69787d3213e90fed9 (diff)
downloadceph-a01bc3d051315e30458fa25743680d03ab5f2d42.tar.gz
doc: Moved ceph osd create to first step.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/rados/operations/add-or-rm-osds.rst14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst
index fa037da2f8b..69cd0f8e935 100644
--- a/doc/rados/operations/add-or-rm-osds.rst
+++ b/doc/rados/operations/add-or-rm-osds.rst
@@ -73,6 +73,13 @@ When you add the OSD to the CRUSH map, consider the weight you give to the new
OSD. Hard drive capacity grows 40% per year, so newer OSD hosts may have larger
hard drive than older hosts in the cluster (i.e., they may have greater weight).
+
+#. Create the OSD. If no UUID is given, it will be set automatically when the
+ OSD starts up. ::
+
+ ceph osd create [{uuid}]
+
+
#. Create the default directory on your new OSD. ::
ssh {new-osd-host}
@@ -107,9 +114,6 @@ hard drive than older hosts in the cluster (i.e., they may have greater weight).
ssh {new-osd} sudo tee /etc/ceph/ceph.conf < /etc/ceph/ceph.conf
-#. Create the OSD. If no UUID is given, it will be set automatically when the OSD starts up. ::
-
- ceph osd create [{uuid}]
#. Initialize the OSD data directory. ::
@@ -174,8 +178,8 @@ Adding an OSD (Chef)
--------------------
This procedure configures your OSD using ``chef-client``. If your host has
-multiple drives, you may need to execute the procedure for preparing an OSD drive
-for each data drive on your host.
+multiple drives, you may need to execute the procedure for preparing an OSD
+drive for each data drive on your host.
When you add the OSD to the CRUSH map, consider the weight you give to the new
OSD. Hard drive capacity grows 40% per year, so newer OSD hosts may have larger