diff options
author | Adam King <47704447+adk3798@users.noreply.github.com> | 2024-07-24 17:13:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 17:13:53 +0200 |
commit | 2e715ffbd93bd12614c97108416f7d406fdcb172 (patch) | |
tree | a2637a449ad5a9042b7282a920c5bd92cadbd8e7 /src/cephadm | |
parent | Merge pull request #58153 from anoopcs9/modify-smb-dot-conf (diff) | |
parent | cephadm: update shared folder python packages dir (diff) | |
download | ceph-2e715ffbd93bd12614c97108416f7d406fdcb172.tar.xz ceph-2e715ffbd93bd12614c97108416f7d406fdcb172.zip |
Merge pull request #58533 from rhcs-dashboard/shared-folder-pythonV
cephadm: update shared folder python packages dir
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Diffstat (limited to 'src/cephadm')
-rw-r--r-- | src/cephadm/cephadmlib/daemons/ceph.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cephadm/cephadmlib/daemons/ceph.py b/src/cephadm/cephadmlib/daemons/ceph.py index 55a92835129..d5e87ad9484 100644 --- a/src/cephadm/cephadmlib/daemons/ceph.py +++ b/src/cephadm/cephadmlib/daemons/ceph.py @@ -436,13 +436,13 @@ def get_ceph_mounts_for_type( mounts[cephadm_binary] = '/usr/sbin/cephadm' mounts[ ceph_folder + '/src/ceph-volume/ceph_volume' - ] = '/usr/lib/python3.6/site-packages/ceph_volume' + ] = '/usr/lib/python3.9/site-packages/ceph_volume' mounts[ ceph_folder + '/src/pybind/mgr' ] = '/usr/share/ceph/mgr' mounts[ ceph_folder + '/src/python-common/ceph' - ] = '/usr/lib/python3.6/site-packages/ceph' + ] = '/usr/lib/python3.9/site-packages/ceph' mounts[ ceph_folder + '/monitoring/ceph-mixin/dashboards_out' ] = '/etc/grafana/dashboards/ceph-dashboard' |