]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Removes ceph-deploy usage instances from ceph-disk man page.
authorNilamdyuti Goswami <ngoswami@redhat.com>
Tue, 25 Nov 2014 15:46:16 +0000 (21:16 +0530)
committerNilamdyuti Goswami <ngoswami@redhat.com>
Tue, 25 Nov 2014 15:46:16 +0000 (21:16 +0530)
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
doc/man/8/ceph-disk.rst

index 1214006525db78a2c25a8b90f6e8a82b9c3835db..40623acc8d0d0f575c8fa164151c9424a2c52d58 100644 (file)
@@ -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 <dev>' 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
 =======