From: Alfredo Deza Date: Wed, 3 Oct 2018 17:31:43 +0000 (-0400) Subject: ceph-volume lvm.common add the --cluster-fsid flag X-Git-Tag: v14.0.1~84^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15546ae6991c244197537d81092875b12613e20b;p=ceph.git ceph-volume lvm.common add the --cluster-fsid flag Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/common.py b/src/ceph-volume/ceph_volume/devices/lvm/common.py index 0253ce1b2a58..7731bd3ef205 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/common.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/common.py @@ -95,6 +95,11 @@ def common_parser(prog, description): help='Reuse an existing OSD fsid', ) + parser.add_argument( + '--cluster-fsid', + help='Specify the cluster fsid, useful when no ceph.conf is available', + ) + parser.add_argument( '--crush-device-class', dest='crush_device_class',