Project

General

Profile

Bug #19884

support Debian stretch

Added by Dan Mick almost 7 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
jewel,kraken
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862075. Obvious requirements are

- ceph-detect-init
- ceph-disk

but ceph_deploy should probably also be changed if not EOL, and it's entirely possible that ceph-ansible will need to be touched as well, and who knows about ceph-docker


Related issues

Copied to Ceph - Backport #20012: jewel: support Debian stretch Rejected
Copied to Ceph - Backport #20013: kraken: support Debian stretch Rejected

History

#1 Updated by Sage Weil almost 7 years ago

  • Priority changed from Normal to Urgent

#2 Updated by Kefu Chai almost 7 years ago

  • Status changed from New to Fix Under Review

https://github.com/ceph/ceph/pull/15043

just skimmed through ceph-deploy, seems the only place we are checking the codename is

        # Wheezy does not like the download.ceph.com SSL cert
        protocol = 'https'
        if codename == 'wheezy':
            protocol = 'http'

so as long as stretch/buster/bullseye is happy with our SSL cert, guess we are good.

#3 Updated by Gaudenz Steinlin almost 7 years ago

Just as a note to anyone wanting to backport this to jewel: You also need at least the first part of commit e442f564195120db0595753ba355b9f0f8156521 for the detection to work on Debian stretch. The Python platform detection code returns '' as the codename on Debian stretch.

#4 Updated by Kefu Chai almost 7 years ago

to be specific the line of https://github.com/ceph/ceph/commit/e442f564195120db0595753ba355b9f0f8156521#diff-2d6de82648403c930bb862ce8dda2c30L28 needs to be backported if we are going to backport this change for supporting stretch and up or newer ubuntu releases.

#5 Updated by Kefu Chai almost 7 years ago

  • Backport set to jewel,kraken

#6 Updated by Dan Mick almost 7 years ago

Be sure not to ignore the discussion in the Debian bug; there's good info there

#7 Updated by Sage Weil almost 7 years ago

  • Status changed from Fix Under Review to Pending Backport

#8 Updated by Kefu Chai almost 7 years ago

Thanks Dan! i did also check the latest patch submitted Gaudenz before posting my pull request.

#9 Updated by Nathan Cutler almost 7 years ago

#10 Updated by Nathan Cutler almost 7 years ago

#11 Updated by Nathan Cutler over 5 years ago

  • Status changed from Pending Backport to Resolved

Also available in: Atom PDF