Skip to content

Commit 788d2a5

Browse files
committed
modify lvm pool 'logical' keyword
1 parent 2548a8b commit 788d2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pool.xml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<source>
88
<name>{{ item.source }}</name>
99
{% if item.type == 'lvm2' %}
10-
<format type='lvm2'/>
10+
<format type='logical'/>
1111
{% endif %}
1212
</source>
1313
{% endif %}

0 commit comments

Comments
 (0)