File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cephadm/cephadmlib/daemons Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -436,13 +436,13 @@ def get_ceph_mounts_for_type(
436436 mounts [cephadm_binary ] = '/usr/sbin/cephadm'
437437 mounts [
438438 ceph_folder + '/src/ceph-volume/ceph_volume'
439- ] = '/usr/lib/python3.6 /site-packages/ceph_volume'
439+ ] = '/usr/lib/python3.9 /site-packages/ceph_volume'
440440 mounts [
441441 ceph_folder + '/src/pybind/mgr'
442442 ] = '/usr/share/ceph/mgr'
443443 mounts [
444444 ceph_folder + '/src/python-common/ceph'
445- ] = '/usr/lib/python3.6 /site-packages/ceph'
445+ ] = '/usr/lib/python3.9 /site-packages/ceph'
446446 mounts [
447447 ceph_folder + '/monitoring/ceph-mixin/dashboards_out'
448448 ] = '/etc/grafana/dashboards/ceph-dashboard'
Original file line number Diff line number Diff line change 11FROM quay.io/ceph/daemon-base:latest-main
22COPY ./tmp_build/orchestrator /usr/share/ceph/mgr/orchestrator
33COPY ./tmp_build/rook /usr/share/ceph/mgr/rook
4- COPY ./tmp_build/ceph/ /usr/lib/python3.6 /site-packages/ceph/
4+ COPY ./tmp_build/ceph/ /usr/lib/python3.9 /site-packages/ceph/
You can’t perform that action at this time.
0 commit comments