hypervisor refinement

This commit is contained in:
2023-08-11 10:52:27 +10:00
parent 2769a3430b
commit 8f22f5429a
13 changed files with 178 additions and 91 deletions

View File

@ -0,0 +1,6 @@
<pool type="dir">
<name>{{ item.name }}</name>
<target>
<path>{{ item.path }}</path>
</target>
</pool>

View File

@ -0,0 +1,6 @@
<pool type="zfs">
<name>{{ item.name | split('/') | last }}</name>
<source>
<name>{{ item.name }}</name>
</source>
</pool>