Skip to content

Commit 2e715ff

Browse files
authored
Merge pull request ceph#58533 from rhcs-dashboard/shared-folder-pythonV
cephadm: update shared folder python packages dir Reviewed-by: Adam King <[email protected]> Reviewed-by: John Mulligan <[email protected]>
2 parents 6e8aab4 + 8e17e9b commit 2e715ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cephadm/cephadmlib/daemons/ceph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

src/pybind/mgr/rook/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM quay.io/ceph/daemon-base:latest-main
22
COPY ./tmp_build/orchestrator /usr/share/ceph/mgr/orchestrator
33
COPY ./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/

0 commit comments

Comments
 (0)