mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
All libvirt volume management is now handled through virsh instead of direct file system access. As a volume cannot be uploaded in an atomic way, the current active volume is now tracked in a file on disk. This may allow us to run the script with less privileges and use polkit for libvirt access control[1]. [1] https://libvirt.org/aclpolkit.html
7 lines
112 B
XML
7 lines
112 B
XML
<pool type='dir'>
|
|
<name>images</name>
|
|
<target>
|
|
<path>/var/lib/libvirt/images</path>
|
|
</target>
|
|
</pool>
|