summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/create-vm-nodes/templates/pool_dir.xml.j2
blob: e4645deb72c3a83623c3f02c2841c0a2fc44f2f6 (plain)
1
2
3
4
5
6
7
<pool type='dir'>
  <name>{{ node_storage_pool }}</name>
  <target>
    <path>{{ node_storage_pool_path }}</path>
  </target>
</pool>