From 37bfaebffd38a80bb7740bca725be08cab04ce80 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Fri, 23 Jun 2023 16:25:29 +0200 Subject: [PATCH] Backup: Enable multipathing by default The default for cinder volume service is to enable multipathing, but we are missing this on the backup service. This patch enables multipathing by default for backup services as well. --- templates/cinder/config/cinder.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/cinder/config/cinder.conf b/templates/cinder/config/cinder.conf index 4df26de85..0a36fad46 100644 --- a/templates/cinder/config/cinder.conf +++ b/templates/cinder/config/cinder.conf @@ -26,6 +26,8 @@ api_paste_config = /etc/cinder/api-paste.ini # that would make cinder-api logs be treated as errors by httpd log_file = /dev/stdout +use_multipath_for_image_xfer = true + [backend_defaults] use_multipath_for_image_xfer = true