Skip to content

Commit

Permalink
Backup: Enable multipathing by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Akrog committed Jun 23, 2023
1 parent eabd17c commit 37bfaeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/cinder/config/cinder.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37bfaeb

Please sign in to comment.