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: v12.2.10~5^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff9128b4dc72d944a25832b1b8cbd3f2e563096f;p=ceph.git ceph-volume lvm.common add the --cluster-fsid flag Signed-off-by: Alfredo Deza (cherry picked from commit 15546ae6991c244197537d81092875b12613e20b) --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/common.py b/src/ceph-volume/ceph_volume/devices/lvm/common.py index 332398972118..64cacf1933e0 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/common.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/common.py @@ -99,6 +99,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',