]> git.proxmox.com Git - ceph.git/blob - 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
1 From 0b89f3a4f811281c7fbc76cdfc86c0e66cb65b90 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Tue, 21 Mar 2017 07:47:08 +0100
4 Subject: [PATCH 3/5] ceph-detect-init: support Debian Stretch
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-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
14 diff --git a/src/ceph-detect-init/ceph_detect_init/__init__.py b/src/ceph-detect-init/ceph_detect_init/__init__.py
15 index 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 --
27 2.1.4
28