From 40032a9a494ce153b3b4a1fd53a766c58892eb44 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Wed, 5 Jul 2023 17:12:24 +0200 Subject: [PATCH] Backend Sample: Update multipath configuration This patch updates the multipath sample configuration to set the "recheck_wwid" value to "yes". This aligns with what we are recommending in the adoption documentation for the Cinder service. --- config/samples/backends/bases/multipathd/multipathd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/samples/backends/bases/multipathd/multipathd.yaml b/config/samples/backends/bases/multipathd/multipathd.yaml index 34627c31..68c9c67f 100644 --- a/config/samples/backends/bases/multipathd/multipathd.yaml +++ b/config/samples/backends/bases/multipathd/multipathd.yaml @@ -23,7 +23,7 @@ spec: contents: # Source can be a http, https, tftp, s3, gs, or data as defined in rfc2397. # This is the rfc2397 text/plain string format - source: data:,defaults%20%7B%0A%20%20user_friendly_names%20no%0A%20%20skip_kpartx%20yes%0A%20%20find_multipaths%20yes%0A%7D%0A%0Ablacklist%20%7B%0A%7D + source: data:,defaults%20%7B%0A%20%20user_friendly_names%20no%0A%20%20recheck_wwid%20yes%0A%20%20skip_kpartx%20yes%0A%20%20find_multipaths%20yes%0A%7D%0A%0Ablacklist%20%7B%0A%7D systemd: units: - enabled: true