Skip to content
Snippets Groups Projects
Commit 75fd1af2 authored by root's avatar root
Browse files

Force lower for wwids.

parent f341dd64
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ multipaths { ...@@ -86,7 +86,7 @@ multipaths {
{% for path in multipath %} {% for path in multipath %}
multipath { multipath {
alias {{path['alias']}} alias {{path['alias']}}
wwid {{path['wwid']}} wwid {{path['wwid']|lower}}
} }
{% endfor %} {% endfor %}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment