From 553222993095faa6c02ff31924c5d1534651d5cc Mon Sep 17 00:00:00 2001 From: Tim Olow Date: Wed, 5 Jun 2024 10:29:55 -0500 Subject: [PATCH] Update/Add multipath option in libvirt and cinder (#296) * DNM: update multipath option in libvirt * Update cinder-helm-overrides.yaml Add use_multipath_for_image_xfer --- helm-configs/cinder/cinder-helm-overrides.yaml | 1 + helm-configs/nova/nova-helm-overrides.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: 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: