mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Allow root directory in filesystem source dir schema
Use absDirPath instead of absFilePath. https://bugzilla.redhat.com/show_bug.cgi?id=1028107
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
<on_crash>destroy</on_crash>
|
||||
<devices>
|
||||
<emulator>/usr/libexec/libvirt_lxc</emulator>
|
||||
<filesystem type='bind' accessmode='passthrough'>
|
||||
<source dir='/'/>
|
||||
<target dir='/'/>
|
||||
</filesystem>
|
||||
<filesystem type='ram' accessmode='passthrough'>
|
||||
<source usage='1048576' units='KiB'/>
|
||||
<target dir='/mnt/mississippi'/>
|
||||
|
||||
Reference in New Issue
Block a user