mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-10 04:58:08 -05:00
virtinst: allow adding host block devices to LXC containers
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
This commit is contained in:
committed by
Cole Robinson
parent
a2a022a879
commit
3a4cf07a28
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user