From: Alfredo Deza Date: Fri, 20 Oct 2017 18:04:31 +0000 (-0400) Subject: ceph-volume lvm.prepare filestore does not require a volume group X-Git-Tag: v12.2.2~83^2~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=243098815d1d49570c193767d008cbc4fa0f174b;p=ceph.git ceph-volume lvm.prepare filestore does not require a volume group Signed-off-by: Alfredo Deza (cherry picked from commit 3653f105927d455b8df143797af0cfe72f8d6834) --- 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