]> git.proxmox.com Git - ceph.git/blame - patches/0003-ceph-detect-init-support-Debian-Stretch.patch
bump version to 12.0.3-pve1
[ceph.git] / patches / 0003-ceph-detect-init-support-Debian-Stretch.patch
CommitLineData
3faa8656 1From 32abea0976d79885c361ed7a3e2084c2983d831a Mon Sep 17 00:00:00 2001
b19cc692
FG
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Tue, 21 Mar 2017 07:47:08 +0100
3faa8656 4Subject: [PATCH 3/7] ceph-detect-init: support Debian Stretch
b19cc692
FG
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10---
11 src/ceph-detect-init/ceph_detect_init/__init__.py | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/src/ceph-detect-init/ceph_detect_init/__init__.py b/src/ceph-detect-init/ceph_detect_init/__init__.py
dfb65868 15index 78374be..21e60c8 100644
b19cc692
FG
16--- a/src/ceph-detect-init/ceph_detect_init/__init__.py
17+++ b/src/ceph-detect-init/ceph_detect_init/__init__.py
dfb65868 18@@ -142,6 +142,7 @@ def platform_information():
b19cc692 19 # this could be an empty string in Debian
f31d0ece 20 if not codename and 'debian' in distro_lower:
b19cc692
FG
21 debian_codenames = {
22+ '9': 'stretch',
23 '8': 'jessie',
24 '7': 'wheezy',
25 '6': 'squeeze',
26--
272.1.4
28