Skip to content

Commit

Permalink
cephadm: compile cephadm
Browse files Browse the repository at this point in the history
use cephadm.py when mounting via the `--dev_share_folder` option

Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch authored and phlogistonjohn committed Sep 13, 2022
1 parent d95c6c8 commit 6fd601a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cephadm/cephadm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2949,7 +2949,7 @@ def get_container_mounts(ctx, fsid, daemon_type, daemon_id,
ceph_folder = pathify(ctx.shared_ceph_folder)
if os.path.exists(ceph_folder):
mounts[ceph_folder + '/src/ceph-volume/ceph_volume'] = '/usr/lib/python3.6/site-packages/ceph_volume'
mounts[ceph_folder + '/src/cephadm/cephadm'] = '/usr/sbin/cephadm'
mounts[ceph_folder + '/src/cephadm/cephadm.py'] = '/usr/sbin/cephadm'
mounts[ceph_folder + '/src/pybind/mgr'] = '/usr/share/ceph/mgr'
mounts[ceph_folder + '/src/python-common/ceph'] = '/usr/lib/python3.6/site-packages/ceph'
mounts[ceph_folder + '/monitoring/ceph-mixin/dashboards_out'] = '/etc/grafana/dashboards/ceph-dashboard'
Expand Down

0 comments on commit 6fd601a

Please sign in to comment.