From be1dfc9505378e59ba854ff1043057bed97e7f4f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 26 Mar 2020 23:32:46 +0900 Subject: [PATCH] Use multipath in nova when multipathd is enabled Currently we have environments/multipathd.yaml to deploy multipathd service, but we still need to set NovaLibvirtVolumeUseMultipath to make instances use multipath for volume connections. This patch makes the environment file to also enable multipath usage in nova, as we expect that user who use the environment want to use multipath for volume connections. Change-Id: I3ca55c01c4b03e990470c55b835095a71f3cad62 --- environments/multipathd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/multipathd.yaml b/environments/multipathd.yaml index 7b147f40c6..0f304b8b3b 100644 --- a/environments/multipathd.yaml +++ b/environments/multipathd.yaml @@ -3,3 +3,4 @@ resource_registry: parameter_defaults: MultipathdEnable: true + NovaLibvirtVolumeUseMultipath: true