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: v13.0.1~463^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3653f105927d455b8df143797af0cfe72f8d6834;p=ceph.git ceph-volume lvm.prepare filestore does not require a volume group Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/prepare.py b/src/ceph-volume/ceph_volume/devices/lvm/prepare.py index f886e674aaa..563f63f79c1 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