From fd2990d28b8426ad9cfb1a1ffb9b14acbe4a0aa9 Mon Sep 17 00:00:00 2001 From: Tim Olow Date: Wed, 5 Jun 2024 09:06:06 -0500 Subject: [PATCH 1/2] DNM: update multipath option in libvirt --- helm-configs/nova/nova-helm-overrides.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-configs/nova/nova-helm-overrides.yaml b/helm-configs/nova/nova-helm-overrides.yaml index f0679e0d..f9a97a6d 100644 --- a/helm-configs/nova/nova-helm-overrides.yaml +++ b/helm-configs/nova/nova-helm-overrides.yaml @@ -1447,7 +1447,7 @@ conf: disk_cachemodes: "network=writeback" hw_disk_discard: unmap cpu_mode: host-passthrough - iscsi_use_multipath: false # Disabled because multipathd is not configured or running + volume_use_multipath: false # Disabled because multipathd is not configured or running upgrade_levels: compute: auto cache: From 6068d95902cc2d5c284349ae8a801b4882a98e53 Mon Sep 17 00:00:00 2001 From: Tim Olow Date: Wed, 5 Jun 2024 09:17:22 -0500 Subject: [PATCH 2/2] Update cinder-helm-overrides.yaml Add use_multipath_for_image_xfer --- helm-configs/cinder/cinder-helm-overrides.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-configs/cinder/cinder-helm-overrides.yaml b/helm-configs/cinder/cinder-helm-overrides.yaml index b3a59d20..4766f80e 100644 --- a/helm-configs/cinder/cinder-helm-overrides.yaml +++ b/helm-configs/cinder/cinder-helm-overrides.yaml @@ -791,6 +791,7 @@ conf: internal_project_name: internal_cinder internal_user_name: internal_cinder rootwrap_config: /etc/cinder/rootwrap.conf + use_multipath_for_image_xfer: False #Add Cinder Multipath support for image xfer database: max_retries: -1 keystone_authtoken: