Difference between revisions of "/etc/libvirt/storage/"
Jump to navigation
Jump to search
(Created page with "<code>/etc/libvirt/storage/</code> folder contains files with names of your storage pools. For example: /etc/libvirt/storage/MY_FIRST_POOL.xml") |
Tags: Mobile web edit, Mobile edit |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <code>/etc/libvirt/storage/</code> folder contains files with names of your storage pools. | + | <code>[[/etc/libvirt/]]storage/</code> folder contains files with names of your storage pools. |
For example: | For example: | ||
/etc/libvirt/storage/MY_FIRST_POOL.xml | /etc/libvirt/storage/MY_FIRST_POOL.xml | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | <!-- | ||
+ | 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 default | ||
+ | or other application using the libvirt API. | ||
+ | --> | ||
+ | |||
+ | <pool type='dir'> | ||
+ | <name>default</name> | ||
+ | <uuid>645cccbe-db09-427b-be76-1f3d0788f6e0</uuid> | ||
+ | <capacity unit='bytes'>0</capacity> | ||
+ | <allocation unit='bytes'>0</allocation> | ||
+ | <available unit='bytes'>0</available> | ||
+ | <source> | ||
+ | </source> | ||
+ | <target> | ||
+ | <path>/path/to/your/images/created/with/virsh/create-pool/</path> | ||
+ | </target> | ||
+ | </pool> | ||
+ | </pre> | ||
+ | |||
+ | == Related commands == | ||
+ | * <code>[[virsh pool-create]]</code> | ||
+ | * <code>[[/var/lib/libvirt/images/]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{libvirt}} | ||
+ | * {{KVM}} | ||
+ | |||
+ | |||
+ | [[Category:KVM]] |
Latest revision as of 11:07, 7 April 2021
/etc/libvirt/storage/
folder contains files with names of your storage pools.
For example:
/etc/libvirt/storage/MY_FIRST_POOL.xml
<!-- 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 default or other application using the libvirt API. --> <pool type='dir'> <name>default</name> <uuid>645cccbe-db09-427b-be76-1f3d0788f6e0</uuid> <capacity unit='bytes'>0</capacity> <allocation unit='bytes'>0</allocation> <available unit='bytes'>0</available> <source> </source> <target> <path>/path/to/your/images/created/with/virsh/create-pool/</path> </target> </pool>
Related commands[edit]
See also[edit]
libvirt
,virtlogd.conf
,/etc/libvirt/storage/
,libvirt-guests.sh
,/etc/libvirt/virtlogd.conf
,/var/lib/libvirt/images/
- KVM, Installation, QEMU,
virsh
,virtinst
,libguestfs-tools
, libvirt, qemu, Red Hat Virtualization (RHV), MacVTap, Virtio, oVirt, KVM services, KVM networking, KVM graphics, CPU, KVM on ARM
Advertising: