]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/devices/raw/common.py
import quincy beta 17.1.0
[ceph.git] / ceph / src / ceph-volume / ceph_volume / devices / raw / common.py
index 08cfd02890cb0c7b588fb5f9d3a4d55f897d8415..54e77aca63ca11fcebcb1dd18040639747cb22c4 100644 (file)
@@ -25,6 +25,7 @@ def create_parser(prog, description):
         '--crush-device-class',
         dest='crush_device_class',
         help='Crush device class to assign this OSD to',
+        default=""
     )
     parser.add_argument(
         '--no-tmpfs',