]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume lvm.activate Do not search for a MON configuration 22393/head
authorWido den Hollander <wido@42on.com>
Mon, 4 Jun 2018 11:21:12 +0000 (13:21 +0200)
committerWido den Hollander <wido@42on.com>
Mon, 4 Jun 2018 11:21:12 +0000 (13:21 +0200)
This system might not have one nor can we be sure that we have
a client.admin keyring on the system.

Just prime the directory and have the OSD then use it's own cephx
key to communicate with the MONs.

Signed-off-by: Wido den Hollander <wido@42on.com>
src/ceph-volume/ceph_volume/devices/lvm/activate.py

index 37ec6fb7267aa6e5eefeaa66af66b5687a47ec9b..4e4e65697a359d27668f8805476c2ddbc2f80c5f 100644 (file)
@@ -151,7 +151,7 @@ def activate_bluestore(lvs, no_systemd=False):
     process.run([
         'ceph-bluestore-tool', '--cluster=%s' % conf.cluster,
         'prime-osd-dir', '--dev', osd_lv_path,
-        '--path', osd_path])
+        '--path', osd_path, '--no-mon-config'])
     # always re-do the symlink regardless if it exists, so that the block,
     # block.wal, and block.db devices that may have changed can be mapped
     # correctly every time