hypervisor refinement
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
<pool type="dir">
|
||||
<name>{{ item.name }}</name>
|
||||
<target>
|
||||
<path>{{ item.path }}</path>
|
||||
</target>
|
||||
</pool>
|
@ -0,0 +1,6 @@
|
||||
<pool type="zfs">
|
||||
<name>{{ item.name | split('/') | last }}</name>
|
||||
<source>
|
||||
<name>{{ item.name }}</name>
|
||||
</source>
|
||||
</pool>
|
Reference in New Issue
Block a user