From cf24853205d3f398c24a95aadc8fda539a45404c Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Mon, 7 Oct 2019 12:01:13 +0200 Subject: [PATCH] F --- libvirt.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libvirt.pp b/libvirt.pp index e39eefb..e5e22a9 100644 --- a/libvirt.pp +++ b/libvirt.pp @@ -151,6 +151,12 @@ # (optional) Available capacity in MiB for file-backed memory. # Defaults to $::os_service_default # +# [*volume_use_multipath*] +# (optional) Use multipath connection of the +# iSCSI or FC volume. Volumes can be connected in the +# LibVirt as multipath devices. +# Defaults to $::os_service_default +# class nova::compute::libvirt ( $ensure_package = 'present', $libvirt_virt_type = 'kvm', @@ -180,6 +186,7 @@ class nova::compute::libvirt ( $rx_queue_size = $::os_service_default, $tx_queue_size = $::os_service_default, $file_backed_memory = undef, + $volume_use_multipath = $::os_service_default, ) inherits nova::params { include ::nova::deps @@ -262,6 +269,7 @@ class nova::compute::libvirt ( 'libvirt/rx_queue_size': value => $rx_queue_size; 'libvirt/tx_queue_size': value => $tx_queue_size; 'libvirt/file_backed_memory': value => $file_backed_memory; + 'libvirt/volume_use_multipath': value => $volume_use_multipath; } # cpu_model param is only valid if cpu_mode=custom