From: John Wilkins Date: Mon, 6 May 2013 18:19:09 +0000 (-0700) Subject: doc: Rearranged to show zapping multiple disks and creating multiple OSDs. X-Git-Tag: v0.62~24 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35acb152efbf03786849b0fcd8270165d1d42e7c;p=ceph.git doc: Rearranged to show zapping multiple disks and creating multiple OSDs. Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 066626ae824a..8662c18b5566 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -124,6 +124,7 @@ To zap a disk (delete its partition table) in preparation for use with Ceph, execute the following:: ceph-deploy disk zap {osd-server-name}:/path/to/disk + ceph-deploy disk zap ceph-server:/dev/sdb1 ceph-server:/dev/sdb2 .. important:: This will delete all data in the partition. @@ -133,9 +134,8 @@ Add OSDs To prepare an OSD disk and activate it, execute the following:: - ceph-deploy osd create {osd-server-name}:/path/to/disk[:/path/to/journal] - ceph-deploy osd create {osd-server-name}:/dev/sdb1 - ceph-deploy osd create {osd-server-name}:/dev/sdb2 + ceph-deploy osd create {osd-server-name}:/path/to/disk[:/path/to/journal] [{osd-server-name}:/path/to/disk[:/path/to/journal]] + ceph-deploy osd create ceph-server:/dev/sdb1 ceph-server:/dev/sdb2 You must add a minimum of two OSDs for the placement groups in a cluster to achieve an ``active + clean`` state.