diff options
Diffstat (limited to '.b/etc/libvirt/storage/KVM-Images.xml')
| -rw-r--r-- | .b/etc/libvirt/storage/KVM-Images.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.b/etc/libvirt/storage/KVM-Images.xml b/.b/etc/libvirt/storage/KVM-Images.xml new file mode 100644 index 0000000..14a177e --- /dev/null +++ b/.b/etc/libvirt/storage/KVM-Images.xml @@ -0,0 +1,19 @@ +<!-- +WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE +OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: + virsh pool-edit KVM-Images +or other application using the libvirt API. +--> + +<pool type='dir'> + <name>KVM-Images</name> + <uuid>a62e6ce3-9cc7-4413-86e5-eeebbadafdf0</uuid> + <capacity unit='bytes'>0</capacity> + <allocation unit='bytes'>0</allocation> + <available unit='bytes'>0</available> + <source> + </source> + <target> + <path>/mnt/Norilsk/KVM-Images</path> + </target> +</pool> |
