]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/devices/lvm/common.py
update sources to v12.2.5
[ceph.git] / ceph / src / ceph-volume / ceph_volume / devices / lvm / common.py
index 869fcf20016d74cb14e16aa31f32cc98082d8ab3..332398972118b20fe067248e810f06006d3e4c9c 100644 (file)
@@ -111,6 +111,13 @@ def common_parser(prog, description):
         help='Enable device encryption via dm-crypt',
     )
 
+    parser.add_argument(
+        '--no-systemd',
+        dest='no_systemd',
+        action='store_true',
+        help='Skip creating and enabling systemd units and starting OSD services when activating',
+    )
+
     # Do not parse args, so that consumers can do something before the args get
     # parsed triggering argparse behavior
     return parser