We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd200cb commit fd15189Copy full SHA for fd15189
templates/pool.xml.j2
@@ -1,4 +1,8 @@
1
+{% if item.type == 'lvm2' %}
2
+<pool type='logical'>
3
+{% else %}
4
<pool type='{{ item.type }}'>
5
+{% endif %}
6
<name>{{ item.name }}</name>
7
{% if 'capacity' in item %}
8
<capacity>{{ item.capacity }}</capacity>
0 commit comments