Project

General

Profile

Actions

Backport #39239

closed

luminous: "sudo yum -y install python34-cephfs" fails on mimic

Added by Nathan Cutler about 5 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
luminous
Pull request ID:
Crash signature (v1):
Crash signature (v2):


Related issues 1 (0 open1 closed)

Copied from RADOS - Bug #39164: "sudo yum -y install python34-cephfs" fails on mimicResolved04/10/2019

Actions
Actions #1

Updated by Nathan Cutler about 5 years ago

  • Copied from Bug #39164: "sudo yum -y install python34-cephfs" fails on mimic added
Actions #2

Updated by Nathan Cutler about 5 years ago

  • Assignee set to Kefu Chai
Actions #3

Updated by Nathan Cutler about 5 years ago

note to myself or anyone who wants to backport this change to luminous, you need to blacklist the python36 package when installing jewel

diff --git a/qa/packages/packages.yaml b/qa/packages/packages.yaml
index 3986564503..2cfc1eeb12 100644
--- a/qa/packages/packages.yaml
+++ b/qa/packages/packages.yaml
@@ -49,5 +49,5 @@ ceph:
   - python-ceph
   - rbd-fuse
   - ceph-debuginfo
-  - python34-cephfs
-  - python34-rados
+  - python36-cephfs
+  - python36-rados
diff --git a/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml b/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml
index 0471509b2a..16d9c81b6a 100644
--- a/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml
+++ b/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml
@@ -25,7 +25,7 @@ meta:
 tasks:
 - install:
     branch: jewel
-    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python34-cephfs','python34-rados','python34-rbd','python34-rgw','python34-ceph-argparse','python3-cephfs','python3-rados']
+    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python36-cephfs','python36-rados','python36-rbd','python36-rgw','python36-ceph-argparse','python3-cephfs','python3-rados']
 - print: "**** done installing jewel" 
 - ceph:
     skip_mgr_daemons: true
diff --git a/qa/suites/upgrade/jewel-x/stress-split/1-jewel-install/jewel.yaml b/qa/suites/upgrade/jewel-x/stress-split/1-jewel-install/jewel.yaml
index 87bebb4452..b8f748ff15 100644
--- a/qa/suites/upgrade/jewel-x/stress-split/1-jewel-install/jewel.yaml
+++ b/qa/suites/upgrade/jewel-x/stress-split/1-jewel-install/jewel.yaml
@@ -3,7 +3,7 @@ meta:
 tasks:
 - install:
     branch: jewel
-    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python34-cephfs','python34-rados','python34-rbd','python34-rgw','python34-ceph-argparse','python3-cephfs','python3-rados']
+    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python36-cephfs','python36-rados','python36-rbd','python36-rgw','python36-ceph-argparse','python3-cephfs','python3-rados']
 - print: "**** done install jewel" 
 - ceph:
     skip_mgr_daemons: true
Actions #4

Updated by Nathan Cutler about 5 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • Assignee changed from Kefu Chai to Nathan Cutler
Actions #5

Updated by Nathan Cutler about 5 years ago

  • Description updated (diff)
  • Status changed from In Progress to New
  • Assignee changed from Nathan Cutler to Kefu Chai
Actions #6

Updated by Kefu Chai almost 5 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
Actions #7

Updated by Yuri Weinstein almost 5 years ago

@Kefu Chai feel free to resolve, thx

Actions #8

Updated by Nathan Cutler almost 5 years ago

  • Status changed from In Progress to Resolved
  • Target version set to v12.2.13
Actions #9

Updated by Nathan Cutler over 4 years ago

This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/28493
merge commit 5dd863a9adf999ba4692272581072a2db35809a6 (v12.2.12-37-g5dd863a9ad)

Actions

Also available in: Atom PDF