]> git.proxmox.com Git - ceph.git/blame - patches/0003-ceph-detect-init-support-Debian-Stretch.patch
fix IPv6 monitor creation bug
[ceph.git] / patches / 0003-ceph-detect-init-support-Debian-Stretch.patch
CommitLineData
810574b0 1From 0b89f3a4f811281c7fbc76cdfc86c0e66cb65b90 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
de0f4f9e 4Subject: [PATCH 3/5] 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
15index b431616..d03d8db 100644
16--- a/src/ceph-detect-init/ceph_detect_init/__init__.py
17+++ b/src/ceph-detect-init/ceph_detect_init/__init__.py
18@@ -113,6 +113,7 @@ def platform_information():
19 # this could be an empty string in Debian
20 if not codename and 'debian' in distro.lower():
21 debian_codenames = {
22+ '9': 'stretch',
23 '8': 'jessie',
24 '7': 'wheezy',
25 '6': 'squeeze',
26--
272.1.4
28