From 243098815d1d49570c193767d008cbc4fa0f174b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 20 Oct 2017 14:04:31 -0400 Subject: [PATCH] ceph-volume lvm.prepare filestore does not require a volume group Signed-off-by: Alfredo Deza (cherry picked from commit 3653f105927d455b8df143797af0cfe72f8d6834) --- src/ceph-volume/ceph_volume/devices/lvm/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/devices/lvm/prepare.py b/src/ceph-volume/ceph_volume/devices/lvm/prepare.py index 607ec5458dcd..427f003cf2a6 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/prepare.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/prepare.py @@ -11,7 +11,7 @@ from .common import prepare_parser def prepare_filestore(device, journal, secrets, id_=None, fsid=None): """ - :param device: The name of the volume group or lvm to work with + :param device: The name of the logical volume to work with :param journal: similar to device but can also be a regular/plain disk :param secrets: A dict with the secrets needed to create the osd (e.g. cephx) :param id_: The OSD id -- 2.47.3