From: weisongf <780768299@qq.com> Date: Thu, 19 Dec 2019 08:52:52 +0000 (+0800) Subject: Support kylin os to deploy ceph cluster through ceph-deploy X-Git-Tag: v2.1.0~11^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa2588c5cc4fbc7baafb451f1ffc57593734eaf9;p=ceph-deploy.git Support kylin os to deploy ceph cluster through ceph-deploy --- diff --git a/ceph_deploy/hosts/__init__.py b/ceph_deploy/hosts/__init__.py index 9d3a169..24c9ed9 100644 --- a/ceph_deploy/hosts/__init__.py +++ b/ceph_deploy/hosts/__init__.py @@ -121,7 +121,7 @@ def _normalized_distro_name(distro): return 'suse' elif distro.startswith(('centos', 'euleros')): return 'centos' - elif distro.startswith('linuxmint'): + elif distro.startswith(('linuxmint', 'kylin')): return 'ubuntu' elif distro.startswith('virtuozzo'): return 'virtuozzo'