From 64b3b25d1423c1e46805f92672c63044e3386af9 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 16 May 2018 15:39:54 -0400 Subject: [PATCH] ceph-volume util.prepare remove undocumented comments Signed-off-by: Alfredo Deza --- src/ceph-volume/ceph_volume/util/prepare.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ceph-volume/ceph_volume/util/prepare.py b/src/ceph-volume/ceph_volume/util/prepare.py index 93b913c3ca3e4..b982f3c67cc27 100644 --- a/src/ceph-volume/ceph_volume/util/prepare.py +++ b/src/ceph-volume/ceph_volume/util/prepare.py @@ -291,7 +291,6 @@ def osd_mkfs_bluestore(osd_id, fsid, keyring=None, wal=False, db=False): base_command = [ 'ceph-osd', '--cluster', conf.cluster, - # undocumented flag, sets the `type` file to contain 'bluestore' '--osd-objectstore', 'bluestore', '--mkfs', '-i', osd_id, @@ -350,7 +349,6 @@ def osd_mkfs_filestore(osd_id, fsid, keyring): command = [ 'ceph-osd', '--cluster', conf.cluster, - # undocumented flag, sets the `type` file to contain 'filestore' '--osd-objectstore', 'filestore', '--mkfs', '-i', osd_id, -- 2.39.5