From 242dd1c0bbb728475a94f47740790b8a196d9804 Mon Sep 17 00:00:00 2001 From: Nilamdyuti Goswami Date: Tue, 25 Nov 2014 21:16:16 +0530 Subject: [PATCH] doc: Removes ceph-deploy usage instances from ceph-disk man page. Signed-off-by: Nilamdyuti Goswami --- doc/man/8/ceph-disk.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/man/8/ceph-disk.rst b/doc/man/8/ceph-disk.rst index 1214006525db7..40623acc8d0d0 100644 --- a/doc/man/8/ceph-disk.rst +++ b/doc/man/8/ceph-disk.rst @@ -35,10 +35,6 @@ new partition to the journal disk. It is run directly or triggered by Usage: ceph-disk prepare --cluster [cluster-name] --cluster-uuid [uuid] --fs-type [ext4|xfs|btrfs] [data-path] [journal-path] -ceph-deploy osd prepare [node-name]:[directory-path] - -ceph-deploy osd prepare [node-name]:[data-disk]:[journal-disk] - **activate**: Activate the ceph OSD. It mounts the volume in a temporary location, allocates an OSD id (if needed), remounts in the correct location /var/lib/ceph/ osd/$cluster-$id and starts ceph-osd. It is triggered by udev when it sees the OSD @@ -53,10 +49,6 @@ OSD node. Usage: ceph-disk activate [data-path] [--activate-key PATH] -ceph-deploy osd activate [node-name]:[directory-path] - -ceph-deploy osd activate [node-name]:[data-disk-partition]:[journal-disk-partition] - **activate-journal**: Activate an OSD via it's journal device. udev triggers 'ceph-disk activate-journal ' based on the partition type. @@ -82,8 +74,6 @@ by **ceph-deploy**. Usage: ceph-disk list -ceph-deploy disk list [node-name] - **suppress-activate**: Suppress activate on a device (prefix). Usage: ceph-disk suppress-activate [PATH] @@ -103,8 +93,6 @@ Usage: ceph-disk zap [DEV] Here, [DEV] is path to block device. -ceph-deploy disk zap [NODE-NAME]:[DISK-NAME] - Options ======= -- 2.39.5