hypervisor wip

This commit is contained in:
2023-08-11 01:11:37 +10:00
parent 84a20416e3
commit 2769a3430b
5 changed files with 153 additions and 4 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 }}</name>
<source>
<name>{{ item.dataset }}</name>
</source>
</pool>