From 8b18db28e6764d0e48f9c459631853759c483727 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 5 Oct 2018 10:29:58 -0400 Subject: [PATCH] ceph-volume lvm.prepare update help to remove old basic usage example Signed-off-by: Alfredo Deza --- src/ceph-volume/ceph_volume/devices/lvm/prepare.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ceph-volume/ceph_volume/devices/lvm/prepare.py b/src/ceph-volume/ceph_volume/devices/lvm/prepare.py index 177c246b6a5bb..e33d737c9c8f4 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/prepare.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/prepare.py @@ -312,10 +312,6 @@ class Prepare(object): Once the OSD is ready, an ad-hoc systemd unit will be enabled so that it can later get activated and the OSD daemon can get started. - Most basic Usage looks like (journal will be collocated from the same volume group): - - ceph-volume lvm prepare --data {volume group name} - Encryption is supported via dmcrypt and the --dmcrypt flag. Existing logical volume (lv): -- 2.39.5