virtinst: allow adding host block devices to LXC containers

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
This commit is contained in:
Lubomir Rintel
2018-06-19 15:07:45 -04:00
committed by Cole Robinson
parent a2a022a879
commit 3a4cf07a28
6 changed files with 25 additions and 0 deletions
@@ -53,5 +53,10 @@
<char>/dev/net/tun</char>
</source>
</hostdev>
<hostdev mode="capabilities" type="storage" managed="yes">
<source>
<block>/dev/sdf</block>
</source>
</hostdev>
</devices>
</domain>