From b1f37979a4bedfb95317da0e986a0e1b1b50f9f2 Mon Sep 17 00:00:00 2001 From: gongnan Date: Thu, 19 Aug 2021 11:07:30 +0800 Subject: [PATCH] openeuler multipathd support --- docker/multipathd/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/multipathd/Dockerfile.j2 b/docker/multipathd/Dockerfile.j2 index e2fcba2e..ec964439 100644 --- a/docker/multipathd/Dockerfile.j2 +++ b/docker/multipathd/Dockerfile.j2 @@ -5,7 +5,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build {% import "macros.j2" as macros with context %} -{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %} +{% if base_distro in ['centos', 'oraclelinux', 'rhel', 'openeuler'] %} {% set multipathd_packages = ['device-mapper-multipath'] %} {% elif base_distro in ['debian', 'ubuntu'] %} {% set multipathd_packages = ['multipath-tools'] %} -- Gitee